I am using Windows7 64bit with VS2012. When including "gl/gl.h", I get more than 100 errors when the compiler tries to compile glee.h. I have included windows.h in glee.h before including gl.h like the others said to do but I am still getting errors. If you need any other information I will be glad to post it on here.
The Errors:
http://usandfriends.x10.mx/OTHER/100s-of-errors-when-trying-to-compile-glee_h-vs2012-c__.html
My .cpp file:
#include "stdafx.h"
#include <Windows.h>
#include "gl/gl.h"
int _tmain(int argc, _TCHAR* argv[]) {
return 0;
}