在win10 64位版本下,先安装VS2015,Qt Creator运行一切正常,当安装完VS2017社区版之后,运行Qt Creator程序构建的时候就会出现以下错误:LNK1158:无法运行“rc.exe”

解决方法:
找到rc.exe 和rcdll.dll 所在的路径
我的路径是在:C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64

然后把这个路径添加到环境变量>系统变量里面的path下面。

安装vs2017后QT LNK1158:无法运行“rc.exe
--------------------- 
作者:allenleeao 
来源:CSDN 
原文:https://blog.csdn.net/Allenleeao/article/details/82861695 
版权声明:本文为博主原创文章,转载请附上博文链接!

相关文章:

  • 2022-12-23
  • 2021-10-24
  • 2021-05-26
  • 2022-12-23
  • 2021-10-10
  • 2021-06-15
  • 2021-08-12
  • 2021-09-07
猜你喜欢
  • 2022-01-04
  • 2022-12-23
  • 2021-05-22
  • 2021-10-02
  • 2021-07-30
  • 2022-12-23
  • 2021-12-04
相关资源
相似解决方案