cannot open gl.h

hi,

when i complie(MS VC++) no errors, but when i build its giving :
LINK : fatal error LNK1104: cannot open file “Gl.h”

gl.h is present in the include directory…

???

thanks

Just type :

#include <gl\gl.h>

Now it will be working.