I'm having trouble building Boost 1.87 on Windows using the latest VS2022.
I'm starting from the "x64 Native Tools Command Prompt for VS 2022".
I've downloaded the latest ICU binaries and updated my PATH, LIB, and INCLUDE environment variables:
set PATH=%PATH%;D:\icu\bin64
set LIB=%LIB%;D:\icu\lib64
set INCLUDE=%INCLUDE%;D:\icu\include