本文介绍了神秘的VS2012编译器错误。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在VS2012中构建一个C ++项目,我收到一个我以前从未见过的错误,但找不到任何信息。 


2> ; ------重建全部开始:项目:gstate,配置:调试Win32 ------
$
1> M:\\\\\\\\\\\\\\\\\\\\ Microsoft.Cpp \v4.0\v110\Microsoft.CppCommon.targets(347,5):错误MSB6006:"CL.exe"退出时使用代码-1073741701。

2> M:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 347,5):错误MSB6006:"CL.exe"退出时输入验证码-1073741701。


非常感谢任何帮助,了解该代码的含义。


谢谢!


解决方案

I'm trying to build a C++ project in VS2012 and I'm getting an error I've not seen before and can't find any info on. 

2>------ Rebuild All started: Project: gstate, Configuration: Debug Win32 ------
1>M:\external\MSBuild\10.0.16191.1008\Microsoft.Cpp\v4.0\v110\Microsoft.CppCommon.targets(347,5): error MSB6006: "CL.exe" exited with code -1073741701.
2>M:\external\MSBuild\10.0.16191.1008\Microsoft.Cpp\v4.0\v110\Microsoft.CppCommon.targets(347,5): error MSB6006: "CL.exe" exited with code -1073741701.

Would appreciate any help figuring out what that code means.

Thanks!

解决方案


这篇关于神秘的VS2012编译器错误。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-18 17:12