While installing cuda 11.7.0

Hi, when installing cuda 11.7.0 with VS-2022 previously installed I got this message:

Installed:
** - Nsight for Visual Studio 2022**
** - Nsight Monitor**
Not Installed:
** - Nsight for Visual Studio 2019**
** Reason: VS2019 was not found**
** - Nsight for Visual Studio 2017**
** Reason: VS2017 was not found**
** - Integrated Graphics Frame Debugger and Profiler**
** Reason: see …**
** - Integrated CUDA Profilers**
** Reason: see …**s

image
Is this a problem? Do I have to install several versions of VS?!

Hello,

Welcome to the NVIDIA Developer forums! This topic belongs in the Nsight Visual Studio forum. I will move it over for you.

1 Like

This shouldn’t be a problem. The installer tries to automatically detect which VS versions are installed and integrate into them. This message comes up if you don’t have one of the detectable versions. There should be no impact on your usage.

1 Like

Thanks for your reply.