When I try building my project, I get these errors which appear to not originate from my code.
I never have seen these errors and don’t know to resolve them. Feel free to ask if you want more info.
When I try building my project, I get these errors which appear to not originate from my code.
I never have seen these errors and don’t know to resolve them. Feel free to ask if you want more info.
Did you add GameplayTasks
to the ProjectName.Build.cs file?
If there are still errors, could you post BTT_Shoot.h and BTT_Shoot.cpp?
Adding GameplayTasks to the Build.cs file fixed the error. Thank you.