Every time I try to compile and/or run my app I get this error:
[dcc64 Error] E2042 Write error on '.\Win64\Debug\MyApp.exe'
According to the Embarcadero docwiki the issue is:
The compiler encountered a write error while writing to an output file.
Most likely, the output disk is full.
But this definitely isn't the issue on my computer, because my disk isn't full:
I have 6 GB of space left. Surely that's enough?
This solved the issue for me:
Now it's compiling and working perfectly fine.