It is my understanding that that would be solved by placing your file in a local directory called 'inc/' and having:
#include "inc/reason.h"
#include <reason.h>
It is my understanding that that would be solved by placing your file in a local directory called 'inc/' and having:
instead of: (or just replacing "" with <>). But I have never programmed in VSC before, so I may be wrong.