Project from TouchGFX Designer 4.23.2 Compiles Twice in IDE?
# Overview
I have a TouchGFX GUI project based on STM32U5G9-DK2 evaluation kit.
I initially generated the project in `TouchGFX Designer 4.23.2`.
Upon switching to `STM32CubeIDE 1.15.1` for development, it seems like the "Right Click -> Build Project" step runs two builds (?).
The first build usually shows some errors with include files in the Console:

At this point the progress bar shows ~25%.
The above Console errors are quickly overwritten by the second "build" which works OK:

# Questions
How I can remove the first "intermittent" build from this flow? It seems like a waste of time (10-20 seconds) and is confusing that it shows errors when there are none.
