I installed mongodbcxx using following command
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local "-DLIBBSON_DIR=C:/mongo-c-driver/" "-DLIBMONGOC_DIR=C:/mongo-c-driver/" "-DBOOST_ROOT:PATH=C:\Program Files\boost\boost_1_63_0" "-DBSONCXX_POLY_USE_BOOST=1" ..
Then I did msbuild.exe ALL_BUILD.vcxproj to build the MSVS project file which resulted in 327 errors.
One of errors was
src\mongocxx/test_util/mock.hh(173): error C3861: 'assert': identifier not found
so I added #include <assert.h> to mock.hh and errors were reduced down to 80.
The rest has to do with bsoncxx and I was wondering if I could get any help.
Attached the command prompt error message as txt file