After adding all(sfml, imgui, imgui-sfml) dependencies using CMake and FetchContent I have a lot of problems with file imgui-SFML.cpp such as
Severity Code Description Project File Line Suppression State Details
Error (active) E0135 namespace "sf::Keyboard" has no member "Tab" ImGui-SFML D:WORKOTHERC++SFMLcmakecmake-example-build_depsimgui-sfml-srcimgui-SFML.cpp 339
enter image description here
I used this guide to added dependencies text
How i understand maybe i have this errors because imgui-sfml and SFML libraries don’t fit together, but i used the latest libraries.
New contributor
Vladislav Prokop is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.