For some reason I get this:
1>LINK : fatal error LNK1104: cannot open file 'glew32.lib'
But when I copy that library to Visual Studio 2008 folder, it works. How do I tell my Visual Studio 2008 that it should seek for the library files from the same folder where my project file is? I tried looking all the project settings, but couldn’t find anything different to my working project, which indeed searches libraries from that folder where the project file is in.
Click on Project > Properties (or press ALT + F7), under “Configuration Properties” select “Linker”, and under that, “General” , here you should see “Additional Library Directories”, add your paths there.