本地Windows调试器替换为“重新启动”按钮,但不起作用。 [英] Local Windows Debugger replaced by Restart button which do not work.

查看:484
本文介绍了本地Windows调试器替换为“重新启动”按钮,但不起作用。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的Visual Studio决定更换"开始"按钮的"本地Windows调试器"按钮,现在我无法运行任何解决方案。

My Visual Studio resolved to replace the 'Local Windows Debugger' button for the 'Start' button and now I can't run any of my solutions.

此外,当我打开任何解决方案时,输出窗口显示:

Also, when I open any solution the Output window says:

C:\ Users \Usuario \Desktop \Chili \SUPER AIM \Chili Framework 2016 \Engine\Engine .vcxproj:警告  :找不到v141的构建工具。使用v141构建工具安装v141进行构建。
$


错误:项目'C:\Users \Usuario \Desktop \Chili \的设计时构建失败SUPER AIM \Chili Framework 2016 \Engine\Engine.vcxproj'配置'Debug | x64'。 IntelliSense可能不可用。

设置环境变量TRACEDESIGNTIME = true并重新启动Visual Studio进行调查。

C:\Users\Usuario\Desktop\Chili\SUPER AIM\Chili Framework 2016\Engine\Engine.vcxproj : warning  : The build tools for v141 cannot be found. Install v141 to build using the v141 build tools.

error : Designtime build failed for project 'C:\Users\Usuario\Desktop\Chili\SUPER AIM\Chili Framework 2016\Engine\Engine.vcxproj' configuration 'Debug|x64'. IntelliSense might be unavailable.
Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate.

当我尝试打开我的文件属性时,我得到一个空白窗口,其中包含以下消息:"没有选择的属性页面。"

And when I try to open my files properties, I get a blank window with the message: "There are no Property pages for the selection."

我仍然不知道所有这些问题的原因是什么。要重新安装VS ...对这是什么的猜测?

And I still don't know what was the cause of all this problems. To the point of reinstalling VS... Any guess on what's that?

推荐答案

" Project" - > Properties - >配置正常 - >常规 - 并选择平台工具集v140

此问题通常会发生,因为您在安装了较新版本的VS后安装了旧版本的VS.这将影响Visual Studio C ++项目,您必须手动将它们设置为针对给定版本
VS的特定工具集,并尝试在其下构建项目。

this problem typically occurs because you installed an older version of VS after you installed a later one. That will effect Visual Studio C++ projects, and you will have to manually set them to target the specific toolset for the given version of VS you are trying to build the project under.

 

问候,

Fletcher


这篇关于本地Windows调试器替换为“重新启动”按钮,但不起作用。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆