I am encountering issues while trying to install NVIDIA Nsight Visual Studio Edition 2025.1.0.25002. The installation hangs and ends with the following error message:
“NVIDIA Nsight Visual Studio Edition 2025.1.0.25002 Setup Wizard ended prematurely because of an error. Your system has not been modified. To install this program at a later time, run Setup Wizard again. Click the Finish button to exit the Setup Wizard.”
I am in the process of installing the CUDA Toolkit (version 12.8), but the installation of Nsight Visual Studio Edition seems to block progress. Despite having the latest NVIDIA drivers and Visual Studio 2022 version 17.12.4 installed, the Nsight setup keeps failing.
Additionally, I have not been able to fully uninstall NVIDIA Nsight Visual Studio Edition, which is causing further issues with installing the CUDA Toolkit.
My system meets the following requirements:
Visual Studio Build Tools 2022 LTSC version 17.12.5
NVIDIA Nsight Visual Studio Edition (version 2025.1.0.25002)
CUDA Toolkit version 12.8
What should I do to complete the installation correctly and install the necessary tools (Nsight, Visual Studio Build Tools, and CUDA Toolkit)? I have tried running the setup again, but I keep receiving the same error message. I also want to fully remove the existing installation of NVIDIA Nsight Visual Studio Edition to avoid further issues.
The installer hangs indefinitely at either “Nsight VSE” or “Visual Studio Integration”.
After it has been hanging for a while (I gave it some extra time just to be sure it had actually done its Visual Studio thing), open Task Manager.
Visual Studio 2022 (Preview) with the VS logo will show up in the list of processes.
Kill the VS process.
The Nvidia installer now finishes normally.
So far it seems that everything, including Visual Studio integration, works as without issues and that any VS settings have been updated correctly. At least, finally, I was able to build my C++/CUDA project after going through the procedure described above, whereas before doing so, it didn’t work.
Note: I was in the situation that I didn’t need Nsight or Nsight VSE right now, but I did however need the Visual Studio integration, so I tried all kinds of things, including choosing “Custom” install and deselecting Nsight, Nsight VSE, etc. This workaround may or may not work with Nsight, Nsight VSE and other components enabled in the install. We will find out…