cannot open source file GL/glut.h in Microsoft Visual Studio Express 2013 for windows desktop
问题 Like the title says it gives me this error : "ERROR: cannot open source file "GL/glut.h" . Here are some screenshots: It gives me the error on the GL/glut.h line : #include <windows.h> // For MS Windows #include <GL/glut.h> // GLUT, includes glu.h and gl.h I installed windows sdk 回答1: GLUT is a 3rd party library, i.e. it's not part of OpenGL. As such its not part of the Windows system APIs and hence not part of the standard Windows SDK. Go to http://freeglut.sourceforge.net/index.php#download