Delphi Compiler Error
F2613 Unit ‘%s’ not found.
Reason for the Error & Solution
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 > .
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 > .