Troubles getting Visual Studio simulator to build with v8.3

Description

I’m trying to use the simulator in Visual Studio, I want to be able to simulate with lv_meter but this does not appear to be available in the master release, only v8.3.

I cloned the repo from Github (didn’t download the zip) and the master release will build and run fine but when I switch over to 8.3 it can’t find any of the directories. There is like 600 lines of error messages so I’m not going to copy them all over but it can’t find lvgl, lv_drivers, freetype, folders or anything inside of them.

I am admittedly a novice when it comes to using Github and Visual Studio and am sorry if I’m doing something blatantly wrong but I can’t figure it out.

1>c1 : fatal  error C1083: Cannot open source file: 'C:\Users\awjpp\source\repos\lv_port_pc_visual_studio\LVGL.Simulator\lvgl\src\misc\lv_mem.c': No such file or directory
1>c1 : fatal  error C1083: Cannot open source file: 'C:\Users\awjpp\source\repos\lv_port_pc_visual_studio\LVGL.Simulator\lvgl\src\misc\lv_printf.c': No such file or directory
1>lv_btn.c
1>lv_btnmatrix.c
1>c1 : fatal  error C1083: Cannot open source file: 'C:\Users\awjpp\source\repos\lv_port_pc_visual_studio\LVGL.Simulator\lvgl\src\misc\lv_style.c': No such file or directory
1>c1 : fatal  error C1083: Cannot open source file: 'C:\Users\awjpp\source\repos\lv_port_pc_visual_studio\LVGL.Simulator\lvgl\src\misc\lv_style_gen.c': No such file or directory
1>c1 : fatal  error C1083: Cannot open source file: 'C:\Users\awjpp\source\repos\lv_port_pc_visual_studio\LVGL.Simulator\lvgl\src\misc\lv_templ.c': No such file or directory
1>c1 : fatal  error C1083: Cannot open source file: 'C:\Users\awjpp\source\repos\lv_port_pc_visual_studio\LVGL.Simulator\lv_drivers\indev\AD_touch.c': No such file or directory
1>win_drv.c
1>c1 : fatal  error C1083: Cannot open source file: 'C:\Users\awjpp\source\repos\lv_port_pc_visual_studio\LVGL.Simulator\lv_drivers\indev\evdev.c': No such file or directory
1>c1 : fatal  error C1083: Cannot open source file: 'C:\Users\awjpp\source\repos\lv_port_pc_visual_studio\LVGL.Simulator\lv_drivers\indev\FT5406EE8.c': No such file or directory
1>autofit.c
1>c1 : fatal  error C1083: Cannot open source file: 'C:\Users\awjpp\source\repos\lv_port_pc_visual_studio\LVGL.Simulator\lv_drivers\indev\libinput.c': No such file or directory
1>c1 : fatal  error C1083: Cannot open source file: 'C:\Users\awjpp\source\repos\lv_port_pc_visual_studio\LVGL.Simulator\lv_drivers\indev\xkb.c': No such file or directory
1>c1 : fatal  error C1083: Cannot open source file: 'C:\Users\awjpp\source\repos\lv_port_pc_visual_studio\LVGL.Simulator\freetype\src\truetype\truetype.c': No such file or directory
1>c1 : fatal  error C1083: Cannot open source file: 'C:\Users\awjpp\source\repos\lv_port_pc_visual_studio\LVGL.Simulator\freetype\builds\windows\ftdebug.c': No such file or directory
1>c1 : fatal  error C1083: Cannot open source file: 'C:\Users\awjpp\source\repos\lv_port_pc_visual_studio\LVGL.Simulator\freetype\src\type42\type42.c': No such file or directory
1>c1 : fatal  error C1083: Cannot open source file: 'C:\Users\awjpp\source\repos\lv_port_pc_visual_studio\LVGL.Simulator\freetype\src\winfonts\winfnt.c': No such file or directory
1>c1 : fatal  error C1083: Cannot open source file: 'C:\Users\awjpp\source\repos\lv_port_pc_visual_studio\LVGL.Simulator\freetype\builds\windows\ftsystem.c': No such file or directory*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.