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
Faced the same issue, another solution is to add default includes, this fixed the problem for me:
$(IncludePath);