Incredibly annoying GLU.h error

So the problem is summed up here, but none of their solutions work.

http://www.opengl.org/discussion_boards/ubb/Forum2/HTML/001804.html

I’m running CDW3.1 (which is probably the real problem no?) and whenever I include the glu.h file I get a compile error. Any advice is appreciated.

try to:

  1. #include <wchar.h>
  2. typedef unsigned short wchar_t;
  3. comment out that line
  4. buy a few grenades and blow your machine to hell:D

Thanks for the help. Commenting it out worked.