fatal error C1001: An internal error has occurred in the compiler. 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c'
问题 When building a c++ solution in Visual Studio 2013, i get this error: fatal error C1001: An internal error has occurred in the compiler. (compiler file: 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c') How can I resolve this? 回答1: Errors related to compiler file p0io.c may be caused by locale settings in Windows 10. This may be fixed by turning off UTF-8 support in the region settings, as described here. 来源: https://stackoverflow.com/questions/57801744/fatal-error-c1001-an-internal-error-has