【问题标题】:fatal error C1001: An internal error has occurred in the compiler. 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c'致命错误 C1001:编译器发生内部错误。 'f:\dd\vctools\编译器\cxxfe\sl\p1\c\p0io.c'
【发布时间】:2019-09-05 08:50:14
【问题描述】:

在 Visual Studio 2013 中构建 c++ 解决方案时,我收到此错误:

fatal error C1001: An internal error has occurred in the compiler. (compiler file: 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c')

我该如何解决这个问题?

【问题讨论】:

    标签: c++ visual-studio-2013 compiler-errors


    【解决方案1】:

    与编译器文件 p0io.c 相关的错误可能是由 Windows 10 中的区域设置引起的。这可以通过在区域设置中关闭 UTF-8 支持来解决,如here 所述。

    【讨论】:

    • 老兄,这个错误修复太棒了......所以不可能单独找到。
    • 另外,我切换到 UTF-8 以便能够在 vim 下编写我的 git commit cmets ......这不起作用,但当时,我没有切换回我的语言环境...真是个错误
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-09-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-08-26
    • 1970-01-01
    相关资源
    最近更新 更多