SourceCode does not Compile properly as Plugin

Check if the linking is correct. Maybe you need to move the headers to Public instead of Private or add <MYPLUGINNAME>_API before the externals that are not visibile (as I can see there is only __cdecl in your error message so I think that these are not exported from the DLL)

1 Like