I have inherited a C++ project that uses Boost.
It started life being compiled in VS version 120 using Boost 1_55
. I am now using V140 so have upgraded to Boost 1_63
.
I am working in Release
and x64
, the linked directory looks like this:
Yet, my error looks like this:
I have been through various previous threads:
unresolved symbols from boost filesystem
Linker errors when using boost::filesystem?
Linker errors - used 32bit CMake generator with 64bit boost
I 'appear' to comply to all of the above (and more when I have Googled), but I cannot get it to build ... I am really stumped for the last few days ...
I realise this could be a complex problem, and I cannot provide a minimal testable code.
Any pointers would be welcome.