Cocos2d-x 2.2.6 Cannot open 'GL/glew.h' Win32

I’m working on a game (which I started in 2.2.6 on my other computer) and I’m trying to port the game to my current computer but when I try to build the game it throws an error saying Cannot open include file: ‘GL/glew.h’: No such file or directory. Thanks :D!

EDIT:
Ported Cocos2d-x 2.2.6 source code to GLFW and a modern version of Visual Studio and it works.