Open Siech0 opened 4 years ago
I have this problem as well. I used to work around it by using the conan dependencies from VS2017, but the new conan version does not seem to like misinx compiler versions so now my build is busted. an confirm it has nothing to do with a fresh install, because mine is anything but.
the same
It seems that boost_system is looking for a vcvarsall.bat in VC\Tools\MSVC\VERSION\bin\Hostx64\ where the actual file is located in VC\Auxillary\Build. This is a brand-new installation of windows and all software is freshly installed.
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
conanfile.txt:
project structure:
install command:
[from build\] conan install .. --build missing
Logs (Include/Attach if Applicable)