1. Extract the Xerces source zip file (we'll refer to that directory as 'source_dir')
2. Create a directory next to 'source_dir' (we'll refer to that directory as 'ws_dir')
3. Run the following command from inside 'ws_dir': cmake -G "Visual Studio 14 Win64" -DBUILD_SHARED_LIBS=OFF ..\source_dir
4. Open the generated solution file and build both the Debug and RelWithDebInfo configurations
5. Grab the static libraries from "ws_dir/src/<configuration>"
6. Grab the PDB files for each configuration from "ws_dir/src/xerces-c.dir/<configuration>/xerces-c.pdb"
7. Repeat steps 2 to 6 using the "Visual Studio 14" generator (in order to build the 32-bit binaries)
8. Run the following command from inside 'source_dir': cmake .
9. Copy source_dir/src/xercesc contents to OpenIPC_ProbePlugin\OpenIPC\ThirdParty\Xerces-C++\3.2.2\include\xercesc
10. Copy system-specific header file from "ws_dir/src/xercesc/util/Xerces_autoconf_config.hpp" to OpenIPC_ProbePlugin\OpenIPC\ThirdParty\Xerces-C++\3.2.2\include\xercesc\util