TouchGFX Designer Code Generation Failed: unsupported toolchain: CMake
I'm using STM32CubeMX and Visual Studio Code.
After generating a CMake project with X-CUBE-TOUCHGFX selected using STM32CubeMX, I then go to the .part file to create a UI, but when I click Generate Code it shows this error:
Generate Code
Generate
Done
Generate Assets
make -f simulator/gcc/Makefile assets -j8
Reading ./application.config
Reading ./target.config
Done
Post Generate
touchgfx update_project --project-file=simulator/msvs/Application.vcxproj
Done
Post Generate Target
touchgfx update_project
unsupported toolchain: CMake
ProjectManager.ToolChainLocation
Failed
Failed

