I'm using Visual Studio 19 (16.0).
After adding the Boost libraries, I kept getting this error:
Severity Code Description Project File Line Suppression State
Error LNK1104 cannot open file 'libboost_date_time-vc142-mt-gd-x32-1_73.lib' Boost-Asio-Test C:\Users\user\source\repos\project1\project1\LINK 1
I added the Boost library to the linker and to C/C++ includes. I basically attempted all of the recommendations found in this thread ("The system cannot find the file specified" when running C++ program) but I still keep getting this error.