Cannot open include file: 'GL/glut.h' ??

How may I get GLUT to run….??
I’ve downloaded glut 3.7 and where to put it?

The VC++ (6.0) compiler error is:

Cannot open include file: ‘GL/glut.h’ ??

I’m lost

You have to copy glut.h file in the repository Microsoft Visual Studio/VC98/Include/GL/.
You have also to copy lib file (glut32.lib) in the repository Microsoft Visual Studio/VC98/Lib/.

IN VC, set the directories using the Tools->Options->Directories menu.