0

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?

Vero
  • 313
  • 2
  • 9
  • Your settings look correct for the Debug configuration. Remember each configuration has independent settings. Where is your project file in relation to the vendors folder? Your redaction makes it more difficult to help. – drescherjm Aug 24 '22 at 12:54
  • Thanks so much!! I have followed the same approach with other vendors and it works. This definitly something alse other than folder's path, but I will try to include all info asap. – Vero Aug 24 '22 at 13:31
  • To confirm I include the imgui as a static library. Could that be it, should I use dynamic linkage? – Vero Aug 24 '22 at 14:02
  • I have made an answer. If you accept it, you could click '✔' to mark my reply as the accepted answer to change its status to Answered. It will also help others to solve the similar issue. – Yujian Yao - MSFT Aug 26 '22 at 01:39

1 Answers1

1

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

Yujian Yao - MSFT
  • 945
  • 1
  • 3
  • 9