神秘的VS2012编译器错误。

编程入门 行业动态 更新时间:2024-10-10 10:22:52
本文介绍了神秘的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。

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

谢谢!

解决方案

你好ccs12345,

感谢您在这里发帖。

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

2> ------重建全部开始:项目:gstate,配置:调试Win32 ------ 1> M:\ external \ MSBuild \10.0.16191.1008 \ Microsoft.Cpp \ v4.0 \ v110 \ Microsoft (347,5):错误MSB6006:"CL.exe"已退出,代码为-1073741701。 2> M:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \\ Microsoft.CppCommon.targets(347,5):错误MSB6006:"CL.exe"退出时输入验证码-1073741701。

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

对于这种情况,我建议您按照以下步骤查看是否可以解决问题。

1。在命令行中使用 / verbosity:diagnostic 来显示详细信息。建立日志;

2。将 vc ++ redistributable package 或Repair VS 2012重新安装到最新版本。

3.重新安装所需的Windows SDK。

希望这可以为您提供帮助。

最诚挚的问候, Sera Yu

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!

解决方案

Hi ccs12345,

thanks for posting here.

>>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.

For this case, I suggest you follow these steps to see if it could fix the problem.

1. Use the /verbosity:diagnostic in the command line to display detailed message in the build log;

2. Reinstall vc++ redistributable package or Repair VS 2012 to the latest version.

3.Reinstall the Windows SDK you required.

Hope this could be help of you.

Best Regards, Sera Yu

更多推荐

神秘的VS2012编译器错误。

本文发布于:2023-11-12 14:07:28,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1581709.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:编译器   错误   神秘

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!