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.
https://forum.pellesc.de/index.php?msg=40703
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.