Program builds but does not compile

Started by kyga116, March 19, 2025, 09:15:29 PM

Previous topic - Next topic

kyga116

I created a 64 bit console project and added the following to a source file:

#include <stdio.h>


int main(void){
printf("This is just a test!\n");

return 0;

}

When I build, I get this:
Building ConsolePrimer.exe.
Done.

When I try to compile though, I get:
Building prime.obj.
*** Error code: -1073741819 ***
Done.

I have no idea how to troubleshoot this. Searching online has turned up nothing.


TimoVJL

May the source be with you

Vortex

Hi kyga116,

The error message you mentioned appears on Windows 11 2024 H2 systems. Download and apply the patch suggested by Timo and it will solve your problem.
Code it... That's all...