Visual Studio 2017 says cannot open source file stdio.h?

Status
Not open for further replies.
This file is located inside Visual Studio libraries. It should be used as
Code:
#include <stdio.h>
If you still cannot find it, locate where this file is stored on your computer. If you are reopening an old solution, make sure that environment (Windows SDK version, Compiler Version etc) is set correctly
 

MSajic

Prominent
Feb 7, 2017
3
0
510

i am not reopening,and there is no #include <stdio.h> on my computer i searched both of my drives (C,D)
 

MSajic

Prominent
Feb 7, 2017
3
0
510

I repaired it ,checked all possible C++ installers and it fixed it,thank you so much
 
Status
Not open for further replies.