Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImGuiController problem #459

Open
ghost opened this issue Jan 14, 2024 · 1 comment
Open

ImGuiController problem #459

ghost opened this issue Jan 14, 2024 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 14, 2024

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

@NoahStolk
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant