fatal error C1083: Cannot open include file: 'glut

fatal error C1083: Cannot open include file: ‘glut.h’: No such file or directory

It shows this for glut.h and gl.h. I have both these files on my desktop, but where do I put them? I’m using Microsoft Visual C++ 2010 Express Edition beta.

in Program Files/Microsoft Visual Studio/VC98/Include/GL, that is for M$ Visual 6.0, it should be similar for Your version.

Ah I see, thank you.

  • Sean