F2613 Unit '%s' not found. (Delphi)

From RAD Studio
Jump to: navigation, search

Go Up to Error and Warning Messages (Delphi)


This error occurs if the compiler cannot find a unit that you specify in the uses section of the interface or the implementation.

To resolve this problem do one of the following:

  • Correct the path of the unit in the Delphi project source file (.dpr) of your project.
  • Add the location of the unit to the "Search path" field in Project > Options > Delphi Compiler.

If you wish to specify a global search path that applies to all your projects, add the desired location to the "Library path" in the Tools > Options > Environment Options > Delphi Options > Library.