In vs2013 cut open the obj file header files with opengl environment content error (fatal error C1083: cannot open include file: “gl/glut. H” : No to the file or directory), find the relevant information on the Internet to find the solution, now again to deepen impression, attach the original web site: http://blog.csdn.net/bigloomy/article/details/6226530
The operation is as follows:
1. Download the GLUT Toolkit. https://download.csdn.net/download/lzp1113/10303259
2, after decompression will get 5 file, containing GlU32. Lib glut32. DLL glut32. Lib glut. DLL glut. H glut. Lib
3, let the glut of decompression. H into the C:/Program Files/Microsoft Visual Studio 9.0/VC/include folder.
4. Put the Glut. lib and Glut32.lib Files in the C:/Program Files/Microsoft Visual Studio 9.0/VC/lib folder where the static function libraries are located.
5. Put the extracted Glut. DLL and Glut32.dll in the system32 folder under the operating system directory.
6. Run it again, and if it still fails, change the name of the header file to #include <; gl/glut.h> For the # include & lt; glut.h> . After the fifth step is finished, the error is probably due to the wrong address of the header file include. Generally, it can be finished by following the sixth step.
The operation is as follows:
1. Download the GLUT Toolkit. https://download.csdn.net/download/lzp1113/10303259
2, after decompression will get 5 file, containing GlU32. Lib glut32. DLL glut32. Lib glut. DLL glut. H glut. Lib
3, let the glut of decompression. H into the C:/Program Files/Microsoft Visual Studio 9.0/VC/include folder.
4. Put the Glut. lib and Glut32.lib Files in the C:/Program Files/Microsoft Visual Studio 9.0/VC/lib folder where the static function libraries are located.
5. Put the extracted Glut. DLL and Glut32.dll in the system32 folder under the operating system directory.
6. Run it again, and if it still fails, change the name of the header file to #include <; gl/glut.h> For the # include & lt; glut.h> . After the fifth step is finished, the error is probably due to the wrong address of the header file include. Generally, it can be finished by following the sixth step.
Read More:
- Vs2019 OpenGL glut: error: unable to open include file: ‘GL / glut. H’: no such file or directory
- #During OpenGL development, fatal error C1083: can’t open include file: “GL / glut. H”: no such file or directory
- VS2010 compiler can’t open include file: “GL / glaux. H”: no such file or directory
- Solution of VS2008 unable to open GL / glaux. H header file
- Error: unable to open include file: ‘GL / glut. H’
- Vs compiling OpenGL project, the solution of unable to open the source file “GL / glaux. H” appears
- In VS2010, the compiler cannot open the file “GL / glaux. H”: no such file or directory
- The first time I write OpenGL program, what should I do when I encounter “can’t open include file:” GL / glaux. H “: no such file or directory”?
- How to solve the problem of “unable to open include file:” graphics. H “: no such file or directory”
- Win10 vs 2017 prompt cannot open include file: “windows. H”: no such file or director
- Vs fatal error C1083: unable to open include file: “sys / socket. H”: no such file
- Cannot open include file: ‘io.h‘: No such file or directory
- A fatal error C1083 occurred when compiling C + + code under. Net: unable to open the include file: “xuhk”_ Jnihelloworld. H “: solution to no such file or directory error.
- Solution of unable to open source file “StdAfx. H” in vs2013 / 2012
- Solution of header file StdAfx. H “no such file or directory” in Visual Studio
- Vs error prompt: “unable to open source file XXXX. H” possible reasons and Solutions
- Solution of vs unable to open source file and link library file
- How to solve the problem of “unable to open source file XXXXX. H” in VS development?
- gcc /usr/include/stdio.h:27:10: fatal error: bits/libc-header-start.h: No such file or directory
- Unable to open source file in vs