Export files in v1.3 - compile errors

Hi, I managed to restore all the libraries and my project with Arduino and SLS. now it compiles perfectly.
I followed again all the procedure indicated in Howto - esp32-8048s070 board for Arduino which I had already partially followed. it’s OK now, thanks.

The problem that I wanted to solve by doing what I found explained here in previous posts still remains, but I probably did something wrong since I didn’t quite understand what and how to do it.
I explain the problem, maybe it’s not the same as explained by @mariuselz and @kisvegabor .

The .c files of the screens, images and components are exported to the respective folders and to be able to compile them in Arduino I have to copy them to the folder where I have my .ino file
Furthermore, in each of these files the #include “…/ui.h” line must be modified by removing the “…/” because otherwise the ui.h file is not found
Is what I’m doing right? is there another simpler and faster solution without having to open each file to go and change the text?
Thank you.