Home > Back-end >  Failing under Correct VS Setup: Cannot open include file: 'imgui.h'
Failing under Correct VS Setup: Cannot open include file: 'imgui.h'

Time:08-27

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?

CodePudding user response:

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

  • Related