
In the project setup for Windows SKD, the project has 8.1. If I comment out all includes, the linker can't find If I comment out stdio.h, and try to include I getġ>c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\3\include\crtdefs.h(10): fatal error C1083: Cannot open include file: 'corecrt.h': No such file or directory Where should stdio.h and the rest of the C and C++ standard includes be? $(VC_IncludePath) $(WindowsSDK_IncludePath) Ĭ:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\3\includeĬ:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\3\atlmfc\includeĬ:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\VS\includeĬ:\Program Files (x86)\Windows Kits\10\Include\0.0\ucrtĬ:\Program Files (x86)\Windows Kits\8.1\Include\umĬ:\Program Files (x86)\Windows Kits\8.1\Include\sharedĬ:\Program Files (x86)\Windows Kits\8.1\Include\winrt I went back to the installer and the Windows 10 SDK is checked: When I try to build I getįatal error C1083: Cannot open include file: 'stdio.h': No such file or directory I installed Visual Studio 2017 community edition and created a blank C++ console project. I developed in C++ years ago, but this is the first I have tried to build a c++ program on Windows 10 with VS 2017 Community edition.


I'm asking a new question instead of adding a comment to an existing question. I found questions for the issue I'm having, but none of the solutions worked for me.
