I have a project with a unit that includes VCLTee.TeeComma in its uses clause an declares an object of class TeeCommander. When I open the unit I get the error: "Class TTeeCommander not found."
The same thing happens with a unit that includes VCLTee.Chart.TeeChart with the error "Class TChart not found."
I believe that the installer for TeeChart Pro 2013 worked correctly. Moreover, I have included the path to the required .dcu files in my Tools > Options > Delphi Options > Library and I can see that VCLTee.TeeComma.dcu and VCLTee.Chart.TeeChart.dcu are in that path.
Moreover, the namespace and scoping appears correct as far as I can tell.
Why might the IDE have trouble finding these files?
Interestingly, I don't find any of the "Tee" components on my Tool Palette. Maybe this is because the package was not installed with the "Install Packages" option in the IDE. I thought that running the .exe installer should have been enough.