I follow this tutorial https://github.com/mongodb/mongo-cxx-driver/wiki/Quickstart-Guide-(New-Driver).
I build and install bson and mongoc library.
When I build the hellomongo.cpp, I have this issue :
Error C2653 'mongocxx' : is not a class or a namespace name.
Thanks for helps !