Search code examples
c++visual-studioincludeimgui

Failing under Correct VS Setup: Cannot open include file: 'imgui.h'


I beleive I am setting up my VS Config correctly but I still get errors when including a file as follows: Failure to include Iimgui

The imgui file is under: imgui folder

The error is: error message

Could you please help me?


Solution

  • If you want to link static library, I suggest you to read this issue carefully.