So I've done some research and:
- I'm using windows 8.1 currently
- It seems that problem is that pdbs generated with /DEBUG:FASTLINK could be used only with later version of dbghelp.dll (~10 instead of ~6).
-
But in the end I came to sort of deadlock here, I have newer version of dbghelp in Windows Kits but replacing the one in system32 (which isn't perfectly good thing to do anyway) leads to other error about Tools.dll not finding MiniDumpWriteDump. Replacing it with the one straight from Windows 10 leads to even more obscure errors (possibly because of some related dlls not updated).









