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

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

    I have included the following path

    C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\lib\x86 and
    C:\local\boost_1_64_0\lib64-msvc-14.1

    To

    project properties-> linker-> Additional Directories

    Click here : Image shows linking of boost and MSVC2017

提交回复
热议问题