CUDA Toolkit 10.0 and Visual Studio

CUDA Toolkit 9.2 was limited to Visual Studio 2017 Version 15.6

Up to what version of Visual Studio 2017 will the CUDA Toolkit 10.0 support?

I also notice (did not happen in CUDA Toolkit 9.2) that after compiling a sample project, when you attempt to debug it, Visual Studio 2017 says “The project is out of date”.

Was this the attempt to fix the .cu files changing and Visual Studio not recompiling them? If so, this is not a solution. If you have many kernels, the time to recompile severely reduces productivity.

The turnaround time is already slow and this only makes it worse.

Can you change this to correctly detect changes in the .cu files and ONLY recompile affected .cu files please.