Проблема довольно проста, правда. Я включил в свой проект im gui и больше не использую его. Однако VS все еще пытается открывать их каждый раз, когда я пытаюсь скомпилировать.
Я удалил все включения и полностью удалил файлы из своего проекта. Там нет упоминания об этом нигде. Я не включил его в качестве внешней библиотеки (только для заголовков). У меня закончились идеи.
Журнал ошибок:
1>imgui.cpp
1>c1xx : fatal error C1083: Cannot open source file: 'Source\imgui\imgui.cpp': No such file or directory
1>imgui_draw.cpp
1>c1xx : fatal error C1083: Cannot open source file: 'Source\imgui\imgui_draw.cpp': No such file or directory
1>imgui_impl_glfw.cpp
1>c1xx : fatal error C1083: Cannot open source file: 'Source\imgui\imgui_impl_glfw.cpp': No such file or directory
1>imgui_impl_opengl3.cpp
1>c1xx : fatal error C1083: Cannot open source file: 'Source\imgui\imgui_impl_opengl3.cpp': No such file or directory
1>imgui_impl_win32.cpp
1>c1xx : fatal error C1083: Cannot open source file: 'Source\imgui\imgui_impl_win32.cpp': No such file or directory
1>imgui_widgets.cpp
1>c1xx : fatal error C1083: Cannot open source file: 'Source\imgui\imgui_widgets.cpp': No such file or directory
Есть ли способ решить эту проблему?