I am facing an issue in gtk 4 with MSYS2 and c language in VS-code, it shows an error of : gtk/gtk.h: No such file or directory
#include <gtk/gtk.h>
int main (int argc, char **argv)
{
gtk_init (&argc, &argv);
//gtk code comes here
gtk_main ();
return 0;
}
Anyone can solve this problem.Code with Error
I tried to reinstall the software (GTK 4 with MSYS2) but it is not working althought.