I am using C++Builder in RAD Studio XE8 on a Windows 10 system.
If I change an application (even only changing the position of a component) and rebuild, the app works fine on the first rebuild.
But, in the following rebuilds, the app crashes at start with "access violation".
If I just close and reopen the project, again only the first rebuild works.
Also, if I delete the project.ilc
file in the debug folder and rebuild, the app works fine.
Has anyone seen this behavior?