LINK : fatal error LNK1104: cannot open file 'MSVCRTD.lib'

前端 未结 19 3267
耶瑟儿~
耶瑟儿~ 2020-12-09 03:04

I\'m a novice C++ developer. I encontered the error message indicates \"LINK :fatal error LNK1104: cannot open file \'MSVCRTD.lib\'\" while I\'m trying to debug every single

19条回答
  •  暖寄归人
    2020-12-09 03:47

    For me this issue happens after installing the (Windows Driver Kit): https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk

    Uninstalling it fixes the problem. Just posting here as a related issue for people looking for solutions: After installing WDK VC++ is broken

提交回复
热议问题