How to export to a VSC esp-idf project?

Hi,
I want to start with a simple example and export it to an empty template in my esp-idf project in VSC.
I tried exporting a demo example, but I’m getting errors with some components:
#include “bsp/esp32_s3_lcd_ev_board.h”

I can’t find this header file in the exported template folders.

Is there a guide that shows the steps to perform the export correctly?

Thank you,

Others

  • **SquareLine Studio version: 1.5.1
  • **Operating system: Windows
  • **Target hardware: esp32-s3

Hi,

I need to make a fix to work with VS Code, I made a TODO about it. Until then, please try compiling the project from console with the provided build.bat / build.sh scripts.