I've been following the environment setup steps and using Docker. After setting the CMake Select Configure Preset option, there are no errors in the output. However, if I try to Build or Clean, CMake keeps running until Ninja stops it after 100 tries. I'm not too experienced using vcpkg, but it seems setting "CMAKE_SUPPRESS_REGENERATION": "ON" in the base preset cacheVariables in the CMakePresets.json file seems to make it build correctly now.
I'm not sure it's the most elegant solution, so I hope this issue can be figured out.
I've been using the 01.Project_template_modules project, and running Docker on Linux if that matters.