My problem was a little different, but ...
Check the option Properties > Linker > Generate Debugging Info. If set to /DEBUG:FASTLINK change it to /DEBUG. When you link the linker output should display (Full PDB) instead of (Partial PDB). This will generate a full PDB file, which may fix the problem.
Check the option Properties > Linker > Generate Debugging Info. If set to /DEBUG:FASTLINK change it to /DEBUG. When you link the linker output should display (Full PDB) instead of (Partial PDB). This will generate a full PDB file, which may fix the problem.