cannot find cutil32D.lib---win7 32+cuda4.0+VS2008

Today,I install cuda4.0.And I can executing the file in the sdk/bin
But when I open the project in the VS2008,then build it,errors…
error 1 fatal error LNK1181: cannot open the file “cutil32D.lib” clock
I search it in my compute,it donot have it,but I can find cutil32D.dll.is it the problem about dynamic and stadic libs?
Then I install cuda3.2,and repeat the operation,everything goes well.

then I cearte a new project,and just copy the code of the sdk,and set the rule as 4.0,when I build it ,the error changes:
error 5 fatal error C1083: cannot open file:“shrQATest.h”: No such file or directory c:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.0\C\src\test2\test2\clock.cu 15
error 6 error PRJ0019: : “Compiling with CUDA Build Rule…” test2

You will likely need to compile it yourself.

C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.0\CUDALibraries\common

View cutil_readme.txt

A thread that helped me was http://forums.nvidia.com/index.php?showtopic=197097&hl=cutil32Dlib&st=20 (even though it is for x64, some of it applied to x86)