In Delphi 2009 there is a package, that was installed properly, and works.
However when a code compiles it throws an error
error E2003: E2003 Undeclared identifier: 'TSomething'
Why and how to fix it? (include the .dcu? the .pas?)
The project is build without "build with runtime packages" option.