You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, my problem is that "ImGuiController" is not recognized by the ImGuiNET module.
Here is my code error :
Severity Code Description Project File Line Deletion Status
Error CS0246 The type or namespace name 'ImGuiController' was not found (are you missing a using directive or assembly reference?) WindowsFormsApp1 C:\Users\pin2p\source\repos\WindowsFormsApp1\WindowsFormsApp1 \Program.cs 46 Active
The text was updated successfully, but these errors were encountered:
As stated by the build error, you need to add a using directive that imports the namespace where your ImGuiController type is declared. This is common C# knowledge and not a problem with ImGui.NET.
Hi, my problem is that "ImGuiController" is not recognized by the ImGuiNET module.
Here is my code error :
Severity Code Description Project File Line Deletion Status
Error CS0246 The type or namespace name 'ImGuiController' was not found (are you missing a using directive or assembly reference?) WindowsFormsApp1 C:\Users\pin2p\source\repos\WindowsFormsApp1\WindowsFormsApp1 \Program.cs 46 Active
The text was updated successfully, but these errors were encountered: