Hello all, several years far from this site (not much time to spend on my pet projects) but now I come hoping for some help, like in the good old days :D
I'm trying to compile one of my old projects (a raytracer, 10 years have passed since my last work on it!), so I've installed Visual Studio, downloaded a few libs (assimp, FreeImage, SDL) updated the code for the new libraries etc. The project compiles just fine, or so it seems.
For boost, I've just downloaded and installed the sdk: I dont'think this was the standard procedure 10 years ago (I think I had to compile it) but this is much faster.
But I'm getting:
1>LINK : fatal error LNK1104: impossibile aprire il file 'libboost_thread-vc142-mt-x64-1_75.lib'
The thing I don't understand is that I'm linking against libboost_thread-vc141-mt-x64-1_75.lib (vc141, not vc142) and I can't understand where is that file reference coming from, I can't find it anywhere!
I'm a bit rusty with c++/Visual Studio, any idea? Thank you!