vcxproj: background build FAILED!
.vcxproj: background build FAILED!
.vcxproj: background build FAILED!
.vcxproj: background build FAILED!

VS因为这个问题每次运行程序都变得很卡,但是不影响运行,就一直懒得去修复。

解决方法:

工具 - 扩展和更新

点击卸载Qt Visual Studio Tools,关闭VS。
重新安装qt-vsaddin-msvc2017-X.X.X.vsix(反正就是低版本的),打开VS,问题解决。

1.1 QT官网下载

https://download.qt.io/official_releases/vsaddin/

VS2017+QT : .vcxproj: background build FAILED!

 

 VS2017+QT : .vcxproj: background build FAILED!

 

1.2. Visuall Studio官网下载

https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools2015&ssr=false#overview

2.安装
如果下载的是exe,则直接双击就可以安装了,安装前确保qt和vs都已经安装完成。

如果下载的是“.vsix”文件,则要通过命令行安装,找到VS安装目录下的VSIXInstaller.exe所在目录,如:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\VSIXInstaller.exe

cmd命令窗口切换到这个路径下,然后执行“VSIXInstaller.exe + .vsix文件绝对路径”并按回车,就可以执行安装了,另外在VS Extension Manager(工具 - >扩展管理器)中应该也可以安装

 

相关文章:

  • 2021-10-27
  • 2021-06-24
  • 2021-09-10
  • 2022-12-23
  • 2021-04-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-11
  • 2021-11-19
  • 2021-12-03
  • 2021-08-21
  • 2021-05-13
相关资源
相似解决方案