Hello, so I have been writing an application in C# and OpenGL in Microsoft Visual Studio 2017 Community Edition.
However, when I try to compile the application, I get an error from Visual Studio saying this
Severity Code
Description Project
File Line
Suppression State
Error CS0246
The type or namespace name 'OpenGL' could not be found (are you missing a using directive or an assembly reference?)
What the the steps for installing OpenGL in this edition of Visual Studio (for use in C#)?
Thank you.
keiferbly