In the workspace settings of cxxwrap-template
you should add something like this:
{
"cmake.configureSettings": {
"JlCxx_DIR": "C:/Users/user/source/repos/libcxxwrap-julia/build",
"Julia_EXECUTABLE": "C:/Users/user/AppData/Local/Programs/Julia-1.7.1/bin/julia.exe"
}
}
Here, C:/Users/user/source/repos/libcxxwrap-julia/build
is the build directory of the libcxxwrap that you compiled with the same compiler as you are using to develop the wrapper.
Please note that this topic is closed, we should continue in Windows development without admin privileges (@stevengj you may want to move this post and the one above it, thanks )