AxUnit and libcpmt.lib

0
I am unable to run an APAX TEST with any application due to error "lld-link: error: could not open libcpmt.lib: no such file or directory".  I know that this library is installed as part of Visual Studio Build Tools and I can confirm that it exists in several different folders (i.e. C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64).  Is there an environment variable that needs to be set so that this library file can be found by AxUnit?
asked
1 answers
3

I was able to correct this issue by adding the environment variable VCToolsInstallDir and pointing it to my installation directory of the build tools: C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133.  I did have to restart AXCode after adding the environment variable.

answered