Building XercesC with MS Visual studio

Hello,
I am trying to build XercesC_3.2.1 using MS Visual Studio 2017 (version 15.7.1). The OS is Windows 10 Enterprise. I am using CMake 3.12.0

I seem to have a missing library when trying to build XercesC. I have errors such as:
Error LNK2019 unresolved external symbol _uset_openPatternOptions_58 referenced in function "public: class xercesc_3_2::RangeToken * __thiscall xercesc_3_2::RangeToken::getCaseInsensitiveToken(class xercesc_3_2::TokenFactory * const)" (?getCaseInsensitiveToken@RangeToken@xercesc_3_2@@QAEPAV12@QAVTokenFactory@2@@Z) xerces-c C:\scratch\xerces-build\src\RangeToken.obj 1

How can I find out which library needs to be linked ?

I notice it says this under the XercesC build instructions:

"Note that Windows is different from the UNIX platforms in the way it finds shared libraries at run time. While UNIX platforms may use the LD_LIBRARY_PATH environment variable, Windows uses the PATH environment variable if the library is not in the same directory as the executable."

But since I don't know which library to link, I don't know what to add to the PATH.

Thanks in advance
Chris
Topic archived. No new replies allowed.