В настоящее время я создаю проект igraphics с использованием VS 2013. Я по-прежнему получаю ту же ошибку в VS 2022.
Я запускал другие проекты, данные моим учителем, но результат тот же.
Я пробовал следующие вещи:
1. Версия Windows SDK установлена на 10
2. Платформа Убедитесь, что: Win32
3. Оптимизация: отключена (/Od)
4. Отключите всю оптимизацию программы
5. Предварительная обработка в файл = Да
6. Сборка → Очистить решение и перестроить решение
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
Подробнее здесь: https://stackoverflow.com/questions/798 ... e-compiler