Fails to find glibconfig.h on Linux systems (like Arch) where the lib include folder is /usr/include/glib-2.0/include instead of /usr/lib/x86_64-linux-gnu/glib-2.0/include.
Adding the line
`"-I/usr/lib/glib-2.0/include",'
fixes the issue for me.
BTW, I took this course in 2017 :).