c++ - Visual Studio 2013 : Error MSB4014: The build was aborted because of an internal failure

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

在使用VS08几个月没有任何问题后,我决定安装VS2013。不幸的是,VS 在构建/重建/清理一个简单的项目后不会停止崩溃。

我刚刚创建了一个带有输出“Test”的 main.cpp 文件的空项目,但它一直显示此错误。

  • 我在 VS08 上看到过一些关于它的帖子和微软的修补程序,但在 VS2013 上没有看到任何帖子,也没有解决我的问题。

  • 我已经尝试卸载/重新安装 VS2013

什么会导致这个问题?

enter image description here

最佳答案

根据 Hanselman's blog ,此错误可能是由 PATH 变量中的无效字符引起的。错误日志中包含的 BuildParameters 仅在读取环境变量时调用,因此您的 PATH 变量似乎以某种方式损坏。

关于c++ - Visual Studio 2013 : Error MSB4014: The build was aborted because of an internal failure,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30378032/

相关文章:

c++ - lambda 捕获的对 std::cout 的本地引用而不要求它

c# - C# 的检查样式?

c# - 在 Visual Studio 2013 中对托管单元测试使用混合模式调试

iis - Web.config 大小限制错误

c++ - 优化视锥剔除

c++ - 添加带链表的中间节点

c++ - 不能在 C++ 中使用宏定义类

visual-studio-2008 - 当我遇到 C4192 警告时,我可以将 "exclude"与#import 指令一起使用吗?

c# - 为视频生成缩略图

c# - 调用 FileHelperEngine 构造函数时 PresentationFramework.dll 中的 XamlParseException