Many "fatal error...no such file or directory" errors when compiling cubeMX generated TouchGFX code
I'm trying to work with touchGFX, but I'm struggling to get it to compile.
I downloaded the latest version of cubeMX as of today, 7/8/2023, then started a brand new project for an STM32F446VET
I enabled X-CUBE-TOUCHGFX version 4.21.4, enabled the CRC, and set the clock to 180Mhz. I then imported the project into CubeIDE as an existing STM32CubeMX configuration file. I went into touchGFX, created a blank display, ran the simulator, closed it, then tried to compile the code and I'm hit with many "no such file or directory" errors. The directories do exist, I can see them in the file explorer
If I edit the offending include to point directly to the file in question, the error does seem to go away but I'm hit with about 30 more, different but similar, errors, I attempted to go into properties -> Paths and Symbols and adding in every combination of the directory I could think of but that made no difference.
Anyone have any ideas on what the issue might be?
