Destop Game(Glfw3) Fail to build on Windows

Monkey Targets Forums/Desktop/Destop Game(Glfw3) Fail to build on Windows

APC(Posted 2015) [#1]
Hi I have installed Visual studio Express 2013 and I am running on Windows 8.1
I am trying to compile and run a Mojo2 exemple called drawprimitives and I get the following error.
c:\monkeyxpro85e\modules\mojo2\bananas\drawprimitives\drawprimitives.buildv85e\glfw3\glfw3\src\../include/GLFW/glfw3.h(157): fatal error C1083: Cannot open include file: 'GL/gl.h': No such file or directory [C:\MonkeyXPro85e\modules\mojo2\bananas\drawprimitives\drawprimitives.buildv85e\glfw3\msvc\MonkeyGame.vcxproj]
  win32_window.c


I checked and the gl.h is not in the GL directory.
Is it a configuration issue in the CONFIG.MONKEY?

It runs fine on my MAC as Desktop Game (Glfw3)