Project->Property->linker->Input->Additional Dependencies, here you need type in glew32.lib, glew32mx.lib
Type: Posts; User: Power
Project->Property->linker->Input->Additional Dependencies, here you need type in glew32.lib, glew32mx.lib
You also need to copy glew32.lib, glew32mx.lib into the project local folder.
Not sure if you have solved this problem or not. I have recently met the same problem, I solved it by just copying the glew32.dll and glew32mx.dll to the folder where my visual studio project is,...