set MPC_ROOT=Q:\fast\MPC
set XERCESCROOT=Q:\fast\xerces-c-3.1.4
set BOOST_VERSION=boost_1_62_0
set BOOST_ROOT=Q:\fast\boost_1_62_0
I have configured the environment variables in setup.cmd:
set MPC_ROOT=Q:\fast\MPC
set XERCESCROOT=Q:\fast\xerces-c-3.1.4
set BOOST_VERSION=boost_1_62_0
set BOOST_ROOT=Q:\fast\boost_1_62_0
however I get the following error when running setup.cmd>REM Setting up QuickFAST environment
See remarks in setup.cmd for information about setting your build environment
Setup check failed: XERCESCROOT=Q:\fast\xerces-c-3.1.4
Edit the setup.cmd file or change environment variables
given the failures in MPC, how difficult would it be to construct he visual studio project manually?