nvcc fatal : A single input file is required for a non-link phase when an outputfile is specified

On running “E:\software for programming\nvidia NeRF\Thecodes\instant-ngp>cmake --build build --config RelWithDebInfo -j 16” in Developer Command Prompt for VS 2019 I get this error:


I followed this tutorial:
https://github.com/bycloudai/instant-ngp-Windows
My pc specs:
GTX 1060 6 gb;
i5 7400;
8gb of RAM;
msi h110m pro-vd;
1tb HDD;
Windows 10;
CUDA 11.7.

Cc: @robert.maynard

Due to a change in behavior of Visual Studio current versions of the Visual Studio CUDA MSBuild extensions don’t work when you have spaces in your path.

Thanks, it solved THIS issue, but now while executing this command my pc is stuck. It looks like the command is too hard to execute.