Cannot open include file: 'stdio.h' - Visual Studio Community 2017 - C++ Error

后端 未结 12 1753
误落风尘
误落风尘 2020-12-15 02:27

I am trying to Build a Solution on Visual Studio Community 2017, but I keep getting the error \"Cannot open include file: \'stdio.h\' \". I\'ve read through

12条回答
  •  眼角桃花
    2020-12-15 03:20

    Got same problem with project porting from VS2013 to VS2017,
    Fix: change "Properties->General->Windows SDK Version" to 10

提交回复
热议问题