Toivo Säwén
Toivo Säwén

Reputation: 2041

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?

Upvotes: 5

Views: 2136

Answers (1)

Toivo Säwén
Toivo Säwén

Reputation: 2041

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.

Upvotes: 11

Related Questions