'How to run a simple C++ program in (C++ Builder 10.4.2)

I have just installed [RAD Studio (C++ Builder 10.4.2)], but I can't even run the (Hello world) program, it always gives me the following error message:

Compiling Foot2Meter.cbproj (Debug, Win32)
[MakeDir Error] Unable to create directory "C:\Users\Public\Documents\Embarcadero\Studio\21.0\hpp\Win32". Could not find file 'C:\Users\Public\Documents\Embarcadero\Studio\21.0\hpp\Win32'.
Failed
Elapsed time: 00:00:02.2

this directory (...\hpp\win32) ,doesn't even exists, so how to solve this issue, please?

c++


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source