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?
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.