ocornut / imgui

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
MIT License
59.74k stars 10.17k forks source link

imgui_widgets.cpp gives 200+ errors #7980

Closed mentalbreakdown-cplusplus closed 1 week ago

mentalbreakdown-cplusplus commented 1 week ago

Version/Branch of Dear ImGui:

Version 1.91.2

Back-ends:

imgui_widgets.cpp

Compiler, OS:

windows 10

Full config/build information:

dear imgui 1.91.2 (imgui_widgets.cpp)

Details:

why does imgui_widgets.cpp give me 200+ errors?:

im using vs 2022 and im making a 3D freeglut based game engine, when including imgui and trying to debug im getting more than 200 errors from the file "imgui_widgets" and other imgui files like imgui.cpp. First i thought that vs is bugged but i restarted my entire pc and that did nothing so i checked the dirs and still nothing.

Screenshots/Video:

No response

Minimal, Complete and Verifiable Example code:

// Here's some code anyone can copy and paste to reproduce your issue
ImGui::Begin("Example Bug");
MoreCodeToExplainMyIssue();
ImGui::End();
cfillion commented 1 week ago

What are the errors you're getting?