error C1001: An internal error has occurred in the compiler

3 weeks ago 28
ARTICLE AD BOX

I am currently making an igraphics project using VS 2013. I am still getting the same error in VS 2022.

I have run other projects given by my teacher but the same output.
I have tried these following things:
1. Windows SDK Version set to 10
2. Platform Make sure: Win32
3. Optimization: Disabled (/Od)
4. Disable Whole Program Optimization
5. Preprocess to a File = Yes
6. Build → Clean Solution and Rebuild Solution

1> iMain.cpp 1>c:\themorganthedarkinvansion\code\themorgan\themorgan\imain.cpp : fatal error C1001: An internal error has occurred in the compiler. 1> (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2812) 1> To work around this problem, try simplifying or changing the program near the locations listed above. 1> Please choose the Technical Support command on the Visual C++ 1> Help menu, or open the Technical Support help file for more information
Read Entire Article