Error LNK2001 / LNK2019 / LNK1120

I just get this error now

    1>LINK : error LNK2001: unresolved external symbol IMPLEMENT_MODULE_ExperienceAPI
    1>F:\UnrealEngine-release\Engine\Plugins\ExperienceAPI\Binaries\Win64\UE4Editor-ExperienceAPI.dll : fatal error LNK1120: 1 unresolved externals

As well as this

    1>  [2/6] xAPIAgentComponent.cpp
    1>F:\UnrealEngine-release\Engine\Source\Runtime\Json\Public\Json.h(10): warning : Monolithic headers should not be used by this module. Please change it to explicitly include the headers it needs.
    1>  [3/6] xAPIAgentComponent.gen.cpp
    1>F:\UnrealEngine-release\Engine\Source\Runtime\Json\Public\Json.h(10): warning : Monolithic headers should not be used by this module. Please change it to explicitly include the headers it needs.

If I take out the Json.h includes I dont get the monolithic error.