Which version of CUDA and Visual Studio for GTX 480?

My machine has a GeForce GTX 480 GPU card.

Which version of CUDA and Visual Studio will be able to work with this GPU under Windows 10?

So far, I have tried CUDA 9.0, 10.0, 11.2, and 12.3.

nvcc -V and nvidia-smi commands show that the GPU and the compiler are working properly. However, for some reason, I am unable to compile *.cu source code in Visual Studio.

How can I resolve this issue?

The GTX480 is a Compute capability 2.0 card and the last version of the Cuda Toolkit to support it, is Cuda 8.0.

You will find all the supported software requirements in the Windows Installation Guide.

Thanks.

Can the CUDA SDK 8.0 integrate with the Visual Studio 2017 IDE?

Sorry, I have no idea. The supported versions of VS are listed in the link I provided.