lvgl / lv_port_pc_visual_studio

Visual Studio projects for LVGL embedded graphics library. Recommended on Windows. Linux support with Wayland is work in progress.
MIT License
607 stars 306 forks source link

error : The imported project was not found. -- Mile.Project.Platform.x86.props #78

Closed Dylanliacc closed 4 months ago

Dylanliacc commented 4 months ago

E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindowsSimulator\LvglWindowsSimulator.vcxproj : error : The imported project "E:\LVGL_learing\lv_port_pc_visual_studio\Mile.Project.Windows\Mile.Project.Platform.x86.props" was not found. Confirm that the expression in the Import declaration "..\Mile.Project.Windows\Mile.Project.Platform.x86.props" is correct, and that the file exists on disk. E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindowsSimulator\LvglWindowsSimulator.vcxproj

E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindowsSimulator\LvglWindowsSimulator.vcxproj : error : The imported project "E:\LVGL_learing\lv_port_pc_visual_studio\Mile.Project.Windows\Mile.Project.Platform.x86.props" was not found. Confirm that the expression in the Import declaration "..\Mile.Project.Windows\Mile.Project.Platform.x86.props" is correct, and that the file exists on disk. E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindowsSimulator\LvglWindowsSimulator.vcxproj

E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindowsDesktopApplication\LvglWindowsDesktopApplication.vcxproj : error : The imported project "E:\LVGL_learing\lv_port_pc_visual_studio\Mile.Project.Windows\Mile.Project.Platform.x86.props" was not found. Confirm that the expression in the Import declaration "..\Mile.Project.Windows\Mile.Project.Platform.x86.props" is correct, and that the file exists on disk. E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindowsDesktopApplication\LvglWindowsDesktopApplication.vcxproj

E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindowsDesktopApplication\LvglWindowsDesktopApplication.vcxproj : error : The imported project "E:\LVGL_learing\lv_port_pc_visual_studio\Mile.Project.Windows\Mile.Project.Platform.x86.props" was not found. Confirm that the expression in the Import declaration "..\Mile.Project.Windows\Mile.Project.Platform.x86.props" is correct, and that the file exists on disk. E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindowsDesktopApplication\LvglWindowsDesktopApplication.vcxproj

E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindows\LvglWindows.vcxproj : error : The imported project "E:\LVGL_learing\lv_port_pc_visual_studio\Mile.Project.Windows\Mile.Project.Platform.x86.props" was not found. Confirm that the expression in the Import declaration "..\Mile.Project.Windows\Mile.Project.Platform.x86.props" is correct, and that the file exists on disk. E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindows\LvglWindows.vcxproj

E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindows\LvglWindows.vcxproj : error : The imported project "E:\LVGL_learing\lv_port_pc_visual_studio\Mile.Project.Windows\Mile.Project.Platform.x86.props" was not found. Confirm that the expression in the Import declaration "..\Mile.Project.Windows\Mile.Project.Platform.x86.props" is correct, and that the file exists on disk. E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindows\LvglWindows.vcxproj

E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindows\LvglWindowsStatic.vcxproj : error : The imported project "E:\LVGL_learing\lv_port_pc_visual_studio\Mile.Project.Windows\Mile.Project.Platform.x86.props" was not found. Confirm that the expression in the Import declaration "..\Mile.Project.Windows\Mile.Project.Platform.x86.props" is correct, and that the file exists on disk. E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindows\LvglWindowsStatic.vcxproj

E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindows\LvglWindowsStatic.vcxproj : error : The imported project "E:\LVGL_learing\lv_port_pc_visual_studio\Mile.Project.Windows\Mile.Project.Platform.x86.props" was not found. Confirm that the expression in the Import declaration "..\Mile.Project.Windows\Mile.Project.Platform.x86.props" is correct, and that the file exists on disk. E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindows\LvglWindowsStatic.vcxproj

E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindows\LvglWindows.vcxproj : error : The imported project "E:\LVGL_learing\lv_port_pc_visual_studio\Mile.Project.Windows\Mile.Project.Platform.x86.props" was not found. Confirm that the expression in the Import declaration "..\Mile.Project.Windows\Mile.Project.Platform.x86.props" is correct, and that the file exists on disk. E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindows\LvglWindows.vcxproj

E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindows\LvglWindows.vcxproj : error : The imported project "E:\LVGL_learing\lv_port_pc_visual_studio\Mile.Project.Windows\Mile.Project.Platform.x86.props" was not found. Confirm that the expression in the Import declaration "..\Mile.Project.Windows\Mile.Project.Platform.x86.props" is correct, and that the file exists on disk. E:\LVGL_learing\lv_port_pc_visual_studio\LvglWindows\LvglWindows.vcxproj

MouriNaruto commented 4 months ago

You should clone this repository with submodule.

Kenji Mouri

Dylanliacc commented 4 months ago

I removed all local repo and retried every step and it work ,I guess it was a network issue that caused the git submodule update -- init -- recursive command to be executed incorrectly, git bash thinking it had already been executed. So no exception was thrown at that step,Overall, it can now run. Thank you very much