Issue compiling plugin with 5.1.1
helloidiot opened this issue · 0 comments
helloidiot commented
I'm having issues compiling the 5.1.1 binary in Visual Studio 2022 after adding a C++ class. The build fails with these errors:
\Plugins\OpenAIApi\Source\OpenAIAPI\Public\OpenAICallGPT.h(36): error : Unable to find 'class', 'delegate', 'enum', or 'struct' with name 'EOAEngineType'
\Plugins\OpenAIApi\Source\OpenAIAPI\Public\OpenAICallGPT.h(36): error : Unable to find 'class', 'delegate', 'enum', or 'struct' with name 'FGPT3Settings'
Thank you for the plugin, it works perfectly in blueprints. Would be great to get this sorted or any pointers on how to fix.