An error occurs about the screen deleted from TouchGFX.
hello
An error occurs about the screen deleted from TouchGFX.
I deleted a specific screen from TouchGFX and re-generated the code.
Also, CubeIDE also deleted the Cpp file corresponding to a specific sceen.
Then it builds normally.
However, the problem is that whenever Code Generation is performed in TouhGFX, the cpps deleted in CubeIDE are recreated and an error occurs.
Description Resource Path Location Type
fatal error: gui_generated/scrautoremain_i4_screen/ScrAutoReMain_i4ViewBase.hpp: No such file or directory STM32H735G-DK line 4 C/C++ Problem
make: *** [Application/User/gui/subdir.mk:243: Application/User/gui/ScrAutoReMain_i4Presenter.o] Error 1 STM32H735G-DK C/C++ Problem
make: *** [Application/User/gui/subdir.mk:245: Application/User/gui/ScrAutoReMain_i4View.o] Error 1 STM32H735G-DK C/C++ Problem
Every time TouchGFX does code generation, CubeIDE is in the process of building while deleting the CPP files corresponding to the previously deleted screens one by one.
I want to know the solution.
thank
