When I compile my project, C++Builder gives me an error message: [C++ Fatal Error] Filename.cpp(35): F1013 Error writing output file. What's the problem?
Answer:
You probably have an incorrect intermediate path set in the project options. Click Project, Options, Directories/Conditionals, and see the Intermediate Output and Final Output directory settings. Make sure these directories exist and are writable by the current user or simply delete them and C++Builder will default to the project directory.