TouchGFX Simulator not working but not giving any errors
TouchGFX Simulator is not working and it doesn't give any error while creating code or running the simulator.
I created a new project I didn't even choose a board I tried it with the "Simulator"
I want to try some ui designs in TouchGFX. I created a new project in Simulator type:

I just added a white box:

I generated code:
Generate Code
Generate
Wrote generated/gui_generated/include/gui_generated/screen1_screen/Screen1ViewBase.hpp
Wrote generated/gui_generated/src/screen1_screen/Screen1ViewBase.cpp
Done
Generate Assets
make -f simulator/gcc/Makefile assets -j8
Done
Post Generate
touchgfx update_project --project-file=simulator/msvs/Application.vcxproj
Done
Done

I clicked "Run Simulator":
Run Simulator
Generate
Done
Generate Assets
make -f simulator/gcc/Makefile assets -j8
Done
Post Generate
touchgfx update_project --project-file=simulator/msvs/Application.vcxproj
Done
Compile
make -f simulator/gcc/Makefile -j8
Done
Run
build\bin\simulator.exe
Done
Done

I tried to search for simulator.exe file in my project directory, but the file is not exist. I'm using 4.24.2 version now.
Since there is no error. I'm lost on debugging. Thx for help.
