CUDA VS Wizard: cutil32.dll not found

I am new to CUDA and also VS. I tried to make a sample project with CUDA VS Wizard. However, I always get the error message when the program runs. “This application has failed to start because cutil32.dll was not found. Re-installing the application may fix this problem”. I have carefully checked the VC++ Directories for Executable files, Include files, Library files according to the Hands On from “IAP09 CUDA@MIT 6.963”. The samples from “NVIDA GPU Computing SDK” run well. I have no ideas for this. Could you please help me.

This is the VC++ project file:

<?xml version="1.0" encoding="windows-1258"?>










































































































The cutil32.dll should be found by Windows during run-time, you may add the directory that includes cutil32.dll to your system environment variable PATH.