Creating own CUDA program

Hi,

I am new to CUDA. I was following the steps to create my own CUDA program according to the NVIDIA CUDA SDK Release Notes. After copying the contents of the template folder and replacing the filenames and occurrences of template by myproject, I try to open the solution but I get an error in VS complaining about not being able to load template.vcproj. I don’t know why the solution is still referencing template.vcproj when I edited the myproject.sln and replaced all the occurrences of template.vcproj. Any ideas? I am running Windows Vista 32-bits and Visual Studio 2005 Express Edition.

Thank you,

Rodrigo