lucoiso / UESpeechGPT

Example Project that uses both OpenAI GPT-3 and Microsoft Azure Speech Services
MIT License
81 stars 24 forks source link

Error when trying to open project. #6

Closed FR33K1LL closed 1 year ago

FR33K1LL commented 1 year ago

I am unable to open the project file. This is the error I receive.

While compiling C:\Users\S\Desktop\UESpeechGPT-main\UESpeechGPT-main\Intermediate\Build\BuildRules\SpeechGPTModuleRules.dll: c:\Users\S\Desktop\UESpeechGPT-main\UESpeechGPT-main\Source\SpeechGPT.Target.cs(14,3) : error CS0103: The name 'IncludeOrderVersion' does not exist in the current context c:\Users\S\Desktop\UESpeechGPT-main\UESpeechGPT-main\Source\SpeechGPT.Target.cs(14,25) : error CS0103: The name 'EngineIncludeOrderVersion' does not exist in the current context c:\Users\S\Desktop\UESpeechGPT-main\UESpeechGPT-main\Source\SpeechGPTEditor.Target.cs(14,3) : error CS0103: The name 'IncludeOrderVersion' does not exist in the current context c:\Users\S\Desktop\UESpeechGPT-main\UESpeechGPT-main\Source\SpeechGPTEditor.Target.cs(14,25) : error CS0103: The name 'EngineIncludeOrderVersion' does not exist in the current context ERROR: Unable to compile source files.

lucoiso commented 1 year ago

Hello @FR33K1LL and sorry for the delay! :)

IncludeOrderVersion & EngineIncludeOrderVersion are available for UE5.1+

This project was built in Unreal Engine 5.1, make sure you're using this version or a newer one.

If this issue is still occurring, feel free to contact! :)