Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 243
Toivo Säwén Avatar asked Sep 05 '19 08:09

Toivo Säwén


1 Answers

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.

like image 120
Toivo Säwén Avatar answered Nov 10 '22 18:11

Toivo Säwén