问题一:VS2010  正在创建“Debug\test2.unsuccessfulbuild”,因为已指定“AlwaysCreate”。

方法解决:

  The relevant setting is in this file C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets

  Look for the following element of the XML tree: 

    <Touch AlwaysCreate="true" Files="$(LastBuildUnsuccessful)"/>

  注释掉这一句 “<!-- **** -->” ,重新编译。
参考自:https://blog.csdn.net/mangobar/article/details/52592908

相关文章:

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