Problem with creating projects and compiling examples in VC++ Win 7 64 bit, gtx 285

Hello (sorry for my English) . I’m a beginner with CUDA , try too use this, but I have problems with it.

Windows 7 64 bit, Gtx 285 1 MB, Core 2 Quad 2.4 GHz, 2 GB ram

I have download: NVIDIA Driver 190.38 for Windows 7 (64-bit), CUDA Toolkit 2.3 for Windows 7 (64-bit) and CUDA SDK 2.3 code samples for Windows 7 (64-bit). After that I install Visual C++ 2005 Express Edition. Next I Install CUDA_VS2005 plugin (link)
I try to create project, or compile project from sdk (for example: n-body simulation).

When I try to create new project (CUDA64WinApp) I receive error: “Err source :CreateCustomeProject” (picture). When I tray open an example (all example from SDK Browser works fine) in Visual I have error; “Project Load Faliture” (picture). I also try to compile project and file in windows shell but I have an error: ”nvcc fatal: Cannot find compiler cl.exe in PATH”

In Poland there are few information about these API that’s why I have some difficulty to resolve my problem.

Can somebody help my ?
Thanks for your help !

To compile samples you need to choose x64 option:
External Media
Maybe your version of VS doesn’t have x64 support or it’s not installed.

Thx man, now it works :rolleyes:

In VS i choose default installation, so i installed only 32 bit compiler External Media

Thx again :rolleyes: