Problem description:
Error running solution in VS2017: “E1696 cannot open source file” stdio.h “
“…
The reason:
This usually occurs when the code for the project is downloaded from the Internet, or when the computer is reinstalled on a new system, etc., resulting in a computer system that is different from the Windows SDK that the project was built with, and many of the source files are not found in the default location (which has changed).
Solution:
1. At the C++ project (example is “Fibonacci”), right-click the mouse to select “Properties” from the pop-up menu.
2>fter clicking “Properties”, the following dialog box will pop up, locate and click “General”, and select the Windows SDK version of this computer from the drop-down option of “Windows SDK version” (the default in the example project is 8.1, but 10.0.17134.0 (my computer is Win10)).
Read More:
- After the installation of vs2017, we can’t find the source files such as windows. H, stdio. H, etc
- Vs2017 C + + cannot open source file: “sdkddkver. H”, “stdio. H”, “TCHAR. H”
- Solution of VS2008 unable to open GL / glaux. H header file
- gcc /usr/include/stdio.h:27:10: fatal error: bits/libc-header-start.h: No such file or directory
- Solution of unable to open source file “StdAfx. H” in vs2013 / 2012
- Vs compiling OpenGL project, the solution of unable to open the source file “GL / glaux. H” appears
- Error in header file when calling OpenGL to open obj file in vs2013: unable to open include file: “GL / glut. H”: no such file or directories
- Solve the problem that the header file of “graphics. H” cannot be loaded in vs2015
- Solution to the problem of unable to open glaux. H in vs2013
- Vs2015 cannot open the file string. H, etc
- Win10 vs 2017 prompt cannot open include file: “windows. H”: no such file or director
- Vs cannot open source file “XXX. H” problem
- Vs error prompt: “unable to open source file XXXX. H” possible reasons and Solutions
- Vs cannot open the source file unistd. H under Windows
- Vs2017 reported an error. Pthread. H header file cannot be opened and cannot be found
- The too many open files solution appears in stream classes such as files.list
- Solution of header file StdAfx. H “no such file or directory” in Visual Studio
- VS2010 compiler can’t open include file: “GL / glaux. H”: no such file or directory
- 【linux】error: stdio.h: No such file or directory
- In VS2010, the compiler cannot open the file “GL / glaux. H”: no such file or directory