Error- fatal error LNK1181: cannot open input file 'C:\ProgramData\NVIDIA.obj'

Hi, probably something simple like my last post… but trying to build my project shows this error: Error 1 fatal error LNK1181: cannot open input file ‘C:\ProgramData\NVIDIA.obj’ CUDAWinApp2

I’ve looked through the project properties especially under the Linker option to see if this .obj file (which isnt in the location C:\ProgramData) is included anywhere but no had any luck External Image

instead of the previous error im now getting: Error 1 fatal error LNK1181: cannot open input file ‘.\Debug\sample.obj’ CUDAWinApp2

im new to cuda, used the Cuda VS wizard and really not sure what to do… any help is very much appreciated :)