Skip to content

dynamic_missions/Hooks.cpp invalid #include, does not compile #280

@PlaYsiADiscovery

Description

@PlaYsiADiscovery

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions