PDB not found of NVIDIA card, using VS2015 Express

How do I resolve the following run-time error?

C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvdxgiwrap.dll'. Cannot find or open the PDB file.

I have recently switched from VS 2010 Express to VS 2015 Express but cannot get any application with graphics (custom fonts, load and display a bitmap) to run.

Upon pressing F5 or clicking Start Debugging I receive above indicated error message in the Output window. I cannot reach any break point in my code. '

Can someone please tell me how to resolve this issue?

If it's any of help, I have been able to download and build the demo application described at
https://code.msdn.microsoft.com/vstudio/CppWindowsDialog-4803d506.

Thank you in advance for any guidance you have to offer.

rwhoech
A PDB file is what MSVS uses to figure out the debugging symbols for things. Right now MSVS 2015 cannot see the NVidia SDK, you probably just have to reinstall it: https://developer.nvidia.com/cuda-downloads
Alternatively we have to add the location of said SDK and incorporated files to your systems 'PATH' variable so that MSVS can find it.
Topic archived. No new replies allowed.