Ensure you have Desktop MSVC C++ v143
installed.
Ensure you have the MFC
package installed as well.
Run git lfs pull
.
Run mkdir build
.
Run cd build
.
Run cmake -G "Visual Studio 16 2019" -A Win32 ..
.
Open build\Client.sln
.
Build the solution.
Enjoy!