从另一台机器上复制过来的项目,由于两台机器的库目录不一致,导致了stdio.h等很多文件都打不开:
VS2017不能打开stdio.h等文件
解决的办法是从新设置包含目录。选择项目–>%项目名称%属性–>VC++目录,设置包含目录为C:\Program Files %28x86%29\Windows Kits\10\Include\10.0.15063.0\ucrt
VS2017不能打开stdio.h等文件
VS2017不能打开stdio.h等文件
然后就可以找到这些文件了。

VS2017不能打开stdio.h等文件

转载自https://www.cnblogs.com/mstk/archive/2017/07/30/7260401.html

相关文章:

  • 2021-04-02
  • 2021-08-26
  • 2021-12-07
  • 2021-09-22
  • 2021-12-26
  • 2021-07-10
  • 2021-12-05
  • 2021-12-15
猜你喜欢
  • 2021-09-11
  • 2021-09-06
  • 2021-05-13
  • 2021-09-25
  • 2021-08-26
相关资源
相似解决方案