Not sure if this is related but if I close down Visual Studio 2019 and re-open it and load the VisualGDB solution, it asks me to automatically download CMake 3.10+ with SysProgs extensions.
If I say yes to this, it then downloads CMake and warns me that the default installation path contains spaces. I choose a simple directory without spaces and it seems to install fine.
However, if I go to tools->Options->VisualGDB->General->Full Path to cmake.exe, it is the long path with spaces (the default I guess) meaning VisualGDB did not update this when I specified a path.
However, if I change that to the path to where I chose CMake to be installed, and try and re-load the VisualGDB solution, it again asks me to download CMake 3.10+.
Can anyone help with this ?
Andy