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

前端 未结 19 3288
耶瑟儿~
耶瑟儿~ 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:46

    I have solved this problem, you need install all spectre lib. Vistual Studio Installer->Modify->Component->Any spectre lib. This solution can be adapted to any project.

提交回复
热议问题