Squareline 1.3 not opersating correctly

What do you want to achieve?

create screens for arduino

What have you tried so far?

created screens and exported

Screenshot or video

Others

  • SquareLine Studio version:
    1.3
  • Operating system:
    windows 11
  • Target hardware:
    esp32

Ive exported the screen with the new 1.3 but when i try coimpile it says it cant find ui.h now. in the previous version it worked.

Is there extra steps now?

ok so i tried putting all files in one folder and i get
E:\arduino\Prime Cut\libraries\ui\src\ui\ui.ino:3:10: fatal error: ui.h: No such file or directory
#include <ui.h>
^~~~~~
compilation terminated.
something has changed since 1.3

files

Did you set the sketchbook location as described in the README of the exported project?

yes, ive managed to get it to compile and upload but nothing shows now.

Was it working earlier?