I'm trying to set up GLEW with Visual Studio 2012 and I'm having some trouble with it.
I downloaded the GLEW binary from http://glew.sourceforge.net/ and moved the contents from it's lib folder to C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib folder, and the contents from the include\GL folder to C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\GL folder.
Then I started up Visual Studio, and linked the glew32.lib in the linker properties section.
When I try to compile, I get the error: error LNK1104: cannot open file 'glew32.lib'.
How can I get this to work, preferably without copying the libs to system32? (I'll do that if I really can't get this to work)