Alternatives to mongocxx?

Yes, I’m struggling with install mongocxx on windows. I have some errors that I previously had, but still I am getting so many errors.
Here is the error that I’m struggling now

    LINK Pass 1: command "C:\PROGRA~2\MICROS~1\2019\COMMUN~1\VC\Tools\MSVC\1428~1.299\bin\Hostx86\x86\link.exe /nologo @CMakeFiles\untitled5.dir\objects1.rsp /out:untitled5.exe /implib:untitled5.lib /pdb:C:\Users\Tharindu\CLionProjects\untitled5\cmake-build-debug\untitled5.pdb /version:0.0 /machine:X86 /debug /INCREMENTAL /subsystem:console kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTFILE:CMakeFiles\untitled5.dir/intermediate.manifest CMakeFiles\untitled5.dir/manifest.res" failed (exit code 1120) with the following output:
    main.cpp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall bsoncxx::v_noabi::string::view_or_value::view_or_value(char const *)" (__imp_??0view_or_value@string@v_noabi@bsoncxx@@QAE@PBD@Z) referenced in function _main
    main.cpp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall mongocxx::v_noabi::options::client::client(void)" (__imp_??0client@options@v_noabi@mongocxx@@QAE@XZ) referenced in function _main
    main.cpp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall mongocxx::v_noabi::options::client::~client(void)" (__imp_??1client@options@v_noabi@mongocxx@@QAE@XZ) referenced in function _main
    main.cpp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall mongocxx::v_noabi::uri::uri(class bsoncxx::v_noabi::string::view_or_value)" (__imp_??0uri@v_noabi@mongocxx@@QAE@Vview_or_value@string@1bsoncxx@@@Z) referenced in function _main
    main.cpp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall mongocxx::v_noabi::uri::~uri(void)" (__imp_??1uri@v_noabi@mongocxx@@QAE@XZ) referenced in function _main
    main.cpp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall mongocxx::v_noabi::client::client(class mongocxx::v_noabi::uri const &,class mongocxx::v_noabi::options::client const &)" (__imp_??0client@v_noabi@mongocxx@@QAE@ABVuri@12@ABV0options@12@@Z) referenced in function _main
    main.cpp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall mongocxx::v_noabi::client::~client(void)" (__imp_??1client@v_noabi@mongocxx@@QAE@XZ) referenced in function _main
    main.cpp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall mongocxx::v_noabi::instance::instance(void)" (__imp_??0instance@v_noabi@mongocxx@@QAE@XZ) referenced in function _main
    main.cpp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall mongocxx::v_noabi::instance::~instance(void)" (__imp_??1instance@v_noabi@mongocxx@@QAE@XZ) referenced in function _main
    untitled5.exe : fatal error LNK1120: 9 unresolved externals
    NMAKE : fatal error U1077: '"C:\Program Files\JetBrains\CLion 2020.3.3\bin\cmake\win\bin\cmake.exe"' : return code '0xffffffff'
    Stop.
    NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x86\nmake.exe"' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x86\nmake.exe"' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX86\x86\nmake.exe"' : return code '0x2'
    Stop.

Can you help me on this ?