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:
- 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
- Solution of VS2008 unable to open GL / glaux. H header file
- The solution of configuring OpenGL in vs2017
- Configuring OpenGL in Chinese version of VS2010 and problem solving
- Vs2019 OpenGL glut: error: unable to open include file: ‘GL / glut. H’: no such file or directory
- [graphics] exceptions in downloading and installing OpenGL in vs2017
- Solution to the problem of unable to open glaux. H in vs2013
- Configuring OpenGL development environment in win10 + vs2015 (including the method of installing 32-bit and 64 bit libraries)
- Configuring OpenGL in VS
- VS2010 compiler can’t open include file: “GL / glaux. H”: no such file or directory
- |-OpenGL – | some small problems about the glut Library
- How to Fix Error sal.h(2367)
- OpenGL class library and environment configuration under win10 and vs2015
- Solve the problem of VC6.0 open crash and OpenGL glut32.lib library
- Vc2010 configuring OpenGL environment
- OpenGL environment configuration under VS2010 / vs2012 / vs2015
- A series of problems in configuring OpenGL development environment in vs2015
- Visual studio 2019 + OpenGL environment configuration
- In VS2010, the compiler cannot open the file “GL / glaux. H”: no such file or directory