could anybody help me fix this Catastrophic error

I copy the template project in SDK, and rename all files with my own project name.
Now I have this error

Deleting intermediate and output files for project ‘wy00’, configuration ‘Debug|Win32’
1>Performing Custom Build Step
1>Catastrophic error: could not open source file “template.cu”
1>1 catastrophic error detected in the compilation of “template.cu”.
1>Compilation terminated.
1>Compiling…
1>cl : Command line warning D9035 : option ‘o’ has been deprecated and will be removed in a future release
1>wy00_gold.cpp
1>wy00_gold.cpp
1>Generating Code…
1>Linking…
1>LINK : fatal error LNK1181: cannot open input file ‘.\Debug\template.obj’
1>Build log was saved at “file://c:\CUDA SDK\projects\WY00\Debug\BuildLog.htm”

I 've no idea where template comes from, because all files and project name is wy00 now, and I don’t know why it insists on looking for template.cu , and try to build template.obj.

Any idea on how to fix this?
Thanks.

Did you open the template project file in a text editor and replace the occurrences of template with wy00?