I have this Visual Studio:
<code>Microsoft Visual Studio Professional 2022 (64-bit) - Current
Version 17.10.2
</code>
<code>Microsoft Visual Studio Professional 2022 (64-bit) - Current
Version 17.10.2
</code>
Microsoft Visual Studio Professional 2022 (64-bit) - Current
Version 17.10.2
And Conan version:
<code>Conan version 2.4.1
</code>
<code>Conan version 2.4.1
</code>
Conan version 2.4.1
And I have this Conan profile:
<code>[settings]
arch=x86_64
build_type=Debug
compiler=msvc
compiler.cppstd=17
compiler.runtime=dynamic
compiler.version=194
os=Windows
[conf]
tools.microsoft.msbuild:vs_version=17
</code>
<code>[settings]
arch=x86_64
build_type=Debug
compiler=msvc
compiler.cppstd=17
compiler.runtime=dynamic
compiler.version=194
os=Windows
[conf]
tools.microsoft.msbuild:vs_version=17
</code>
[settings]
arch=x86_64
build_type=Debug
compiler=msvc
compiler.cppstd=17
compiler.runtime=dynamic
compiler.version=194
os=Windows
[conf]
tools.microsoft.msbuild:vs_version=17
And when I try to build Boost, I get this:
<code>conan install --requires=boost/1.85.0 --build=missing -v
....
boost/1.85.0: ERROR:
Package 'dcbafcaa8ac5749d5d581be6c049bc3da7c6afbe' build failed
boost/1.85.0: WARN: Build folder D:conan_databboost53872d69de0c4bbuild-debug
ERROR: boost/1.85.0: Error in build() method, line 1130
self.run(full_command)
ConanException: Error 1 while executing
</code>
<code>conan install --requires=boost/1.85.0 --build=missing -v
....
boost/1.85.0: ERROR:
Package 'dcbafcaa8ac5749d5d581be6c049bc3da7c6afbe' build failed
boost/1.85.0: WARN: Build folder D:conan_databboost53872d69de0c4bbuild-debug
ERROR: boost/1.85.0: Error in build() method, line 1130
self.run(full_command)
ConanException: Error 1 while executing
</code>
conan install --requires=boost/1.85.0 --build=missing -v
....
boost/1.85.0: ERROR:
Package 'dcbafcaa8ac5749d5d581be6c049bc3da7c6afbe' build failed
boost/1.85.0: WARN: Build folder D:conan_databboost53872d69de0c4bbuild-debug
ERROR: boost/1.85.0: Error in build() method, line 1130
self.run(full_command)
ConanException: Error 1 while executing
My conan global configuration is empty.
I tried several things without any luck.