triangle.cpp cannot open file "freeglut_static_d.lib"

Hi! I use VC++ set up the openGL environment. But when i compile triangle.cpp, there are some problems i can’t figure out .Following are problems:
glew_static_d.lib(glew.obj) : warning LNK4044: unrecognized option “manifestdependency:type=‘win32’ name=‘Microsoft.VC90.DebugCRT’ version=‘9.0.21022.8’ processorArchitecture=‘x86’ publicKeyToken=‘1fc8b3b9a1e18e3b’”; ignored
LINK : fatal error LNK1104: cannot open file “freeglut_static_d.lib”
It’s strange that when I run other programs there are also the same problem.
Thank you for helping me,i will be very grateful.