CMake error opening C++ Meetup exercise in Visual Studio 2022

I’ve used the CLI to download the Meetup exercise in the C++ track (as I’ve done for several others before it) and when I open this particular exercise folder in Visual Studio Community 2022, I’m immediately getting the following error in the IDE:

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: date_time) (found suitable version "1.79.0",
  minimum required is "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 have boost unzipped to my computer; I’m not sure if there’s more I need to do to “install” it properly, but the instructions for Visual Studio seem to be outdated. Any help is appreciated.