How do I get VSCode to recognise my GTK installation?

31 views Asked by At

I am trying to install GTK on Windows 10 via MINGW64 and getting it to work with my VSCode C script.

I have followed the steps listed within this link as well as checking the installation. While MINGW64 is confirming that the install is successful, VS Code highlights #include <gtk/gtk.h> as an error, stating that it cannot find the header file.

0

There are 0 answers