Cannot Open File atls.lib

前端 未结 7 1098
无人及你
无人及你 2021-02-15 13:16

I have atls.lib in my hard drive, but I can\'t link it into my Visual Studio project. I know that atls.lib is an ATL specific library file, and I have all the ATL files/headers/

7条回答
  •  萌比男神i
    2021-02-15 13:28

    This issue started happening to me after a recent VS2019 update I got. I noticed that it was because Spectre Mitigation had been automatically enabled but I didn't have the Spectre Mitigation version of the library.

    Installing the Spectre Mitigation version, or disabling Spectre Mitigation are both possible fixes.

提交回复
热议问题