How do I change the names of containers or screens without breaking the compile?
When I change the name of a screen or container, I get compile errors. I believe this is because TouchGFX won't delete code under the "gui" directory to keep from wiping out user changes. I can deleted these manually and build under Visual Studio, but as soon as I generate code in TouchGFX, it recreates these files and the compilation fails again.
How can I delete or change these names in a way that doesn't break TouchGFX?