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.
This is a really old plugin from the original era that I believe we never updated as DiscoveryFL never made use of it. It's still in the repository mostly for historical purposes.
Using what looks like an older style:
include "../flhookplugin_sdk/headers/FLHook.h"
Looking at every other project it should be:
include
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.