Build error in Windows 8, is OpenGL library went missing?

I import the project into Microsoft Visual Studio Express 2012 for Windows Desktop, but there are some error during the build process:

Error 3 error LNK2019: unresolved external symbol __imp__glewInit@0 referenced in function “public: bool __thiscall cocos2d::CCEGLView::initGL(void)” (?initGL@CCEGLView@cocos2d@@QAE_NXZ) D:\tool\cocos2d-x-2.2.2\cocos2dx\proj.win32\CCEGLView.obj libcocos2d
Error 4 error LNK2019: unresolved external symbol __imp__glewIsSupported@4 referenced in function “public: bool __thiscall cocos2d::CCEGLView::initGL(void)” (?initGL@CCEGLView@cocos2d@@QAE_NXZ) D:\tool\cocos2d-x-2.2.2\cocos2dx\proj.win32\CCEGLView.obj libcocos2d

Am I missing OpenGL library?

@garret123
Do you see any error message during the compilation? Are you using VS Express 2012?