error "cannot open 'GL/glut.h'

when i compile a program vc++ says: error cannot open ‘GL/glut.h’. where do i get this headder file? or isthere another problem? i have a cd that came w/ my book i searched it and its not on there.
thanks

There should be a link on the main OpenGL site but here it is anyway.
http://www.opengl.org/developers/documentation/glut.html

You want to play the .dll in the windows/system directory and .lib in the compilers library directory and .h in the include directory.

Tina