GFX, STM32CubeIDE, STM32F746G-DISCO
Hi
I start with a template. I'm generating GFX without error. I open the STM32CubeIDE. There are * .cpp files. There is no * .hpp. Why?
Regards
Andrzej
Hi
I start with a template. I'm generating GFX without error. I open the STM32CubeIDE. There are * .cpp files. There is no * .hpp. Why?
Regards
Andrzej
Hello,
This is how CubeIDE works. When you open the project in CubeIDE, the headers (.hpp) are at the top of the project but they are included. If you build the project it should work. FYI, to include other header files you need to go to the project properties and add includes paths.
So if I understand your question correctly, this is not a TouchGFX question but a question on how to use CubeIDE right ?
/Alexandre
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.