Heyas. I've downloaded the Meetup exercise in the C++ track to work locally, and when I open it in Visual Studio Community 2022, I immediately get a CMake error that it can't find the Boost libraries:
Severity Code Description Project File Line Suppression State Error CMake Error at C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Boost (missing: Boost_INCLUDE_DIR date_time) (Required is at least version "1.58") C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake 230
I do have the latest version of Boost on my computer. According to the Boost documentation, the date_time is a header-only library and shouldn't need to be built, but there's little guidance in getting Visual Studio to find it. Any help would be much appreciated.