Using what looks like an older style:
#include "../flhookplugin_sdk/headers/FLHook.h"
Looking at every other project it should be:
#include <FLHook.h>
Most importantly, does not compile even when manually adding reference and other attempts at wrangling.
1>\FLHook\Plugins\Public\dynamic_missions\Hooks.cpp(2,10): fatal error C1083: Cannot open include file: '../flhookplugin_sdk/headers/FLHook.h': No such file or directory
1>Done building project "DynamicMissions.vcxproj" -- FAILED.