When I build my project and the main form is open (fairly large, dozens of components of all kind), the build process creates a file named 'c' in the project folder.
The file is empty.
If I close the main form in the IDE, the build process doesn't create that file.
How can I find out what causes this and why does the compiler care which files are open in the IDE at the moment a build is started?