[dcc64 Fatal Error] CloudBase.pas(40): F2613 Unit 'Controls' not found.

Getting this error..

Hi,

Can you compile in 32bit without problems?
If you are compiling for 64bit target, please make sure your Delphi library path is configured correctly.
The correct path to the Controls.dcu file should be included in the list.

I do not find any controls.dcu, what folder should it be located in

The “Controls.dcu” file is a standard Delphi file which should be available by default.
Can you please make sure your Delphi library path is configured correctly?
The list should include “$(BDSLIB)$(Platform)\release” or equivalent.

If the problem persists, please provide the following information so I can further investigate this.

  • Can you compile in 32bit without problems?

  • Which version of Delphi are you using?

  • Can you compile other unrelated projects without problems?

  • Can you compile other projects that contain TMS VCL Cloud Pack components without problems?