Definition of USE_BPP when compiling code in STM32CubeIDE 'not declared in this scope'.
I have a project that compiles fine when compiling within TouchGFX 4.12.3's "Run Target".
However I am attempting to compile/debug a similar project via STM32CubeIDE 1.1.0 and am running into an error that says 'USE_BPP' was not declared in this scope.
I see that USE_BPP is defined in TouchGFX\config\gcc\app.mk:

Is USE_BPP supported in TouchGFX 4.12.3? I assume it is since it works when not compiled in STM32CubeIDE.
I was planning on using this to determine what depth to set bmp cache for dynamic bitmaps.
