CUDA 7 and Visual Studio

I have
OS: Win10 64bit
GPU: GeForceGT 740

(http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-microsoft-windows/index.html#axzz3jpAaxRJS)
To use CUDA on your system, you will need the following installed:

  • A CUDA-capable GPU
  • A supported version of Microsoft Windows
  • A supported version of Microsoft Visual Studio
  • the NVIDIA CUDA Toolkit

Visual Studio 2015 is OK?
Visual Studio Community and/or Visual Studio Code?

After installing CUDA Toolkit (CUDA 7.0.28, http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_installers/cuda_7.0.28_windows.exe without Visual Studio) in the folder 1_Utilities
can be found vs2010, vs2012, vs2013 .sln and .vcxproj files and not vs2015.
Please, help to overcome these difficulties.

win 10 is not a supported environment for CUDA 7.
Visual Studio 2015 is not a supported environment for CUDA 7.

This indication is given in the getting started guide you linked. Refer to 1.1 “System Requirements” where you will not find Win10 listed (in table 1), nor will you find VS2015 listed (in table 2).

Win10 is listed as supported in the corresponding document for CUDA 7.5RC, but VS2015 is not.

Thanks.
On the homepage [url]http://devblogs.nvidia.com/parallelforall/new-features-cuda-7-5/[/url] in the section Platform Support it says win10 is supported.
However, on the homepage [url]https://developer.nvidia.com/rdp/cuda-75-release-candidate[/url] after selecting (Operating System) Windows, it offers 8.1, 7, Server 2012 R2, Server 2008 R2, and not 10.
I’m also interested in which version of VS is supported that works on win10.

The best resource to refer to is the windows installation guide that comes with CUDA 7.5RC. It identifies which versions of VS are supported on CUDA 7.5.

At the time that the win 7.5 RC download portal was created, win10 was not a released operating system, so I think only the 8.1 and 7 options were given.

I’m pretty sure the 8.1 downloads should work on win10.

I suspect the cuda 7.5 production release (coming soon) should include a win10 download link.