I'm working on a project that build externals, when building the project a link error is raised : LNK1104 cannot open file "library.lib".
I have VS 2017 15.9.4, when i see the documentation /Qspectre documentation, they said that when i have the LNK1104 error is that i must install those libraries:
-MSVC version
-Visual C++ ATL with Spectre Mitigations
-Visual C++ MFC with Spectre Mitigations
I did that but it display the same error!
Someone faced the same problem please?