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

后端 未结 12 1718
误落风尘
误落风尘 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 02:56

    Faced the same issue, another solution is to add default includes, this fixed the problem for me:

    $(IncludePath);
    

提交回复
热议问题