I’ve had false errors when trying to develop C++ in Xcode. I’ve tried multiple versions of Xcode including the Xcode 8 and the new beta of Xcode 9. Im currently using 4.16.3, but this problem has persisted in Unreal for a few versions.
My steps to reproduce this problem are as follows:
- Download unreal from the launcher
- Create a new C++ project, Ive been using the first person template
- Open up Xcode with the button inside of the Editor
- Wait for Xcode to index the project
- Open a file with some code in it and more times than not there are errors (but no errors when compiling)
Heres a picture of some of the errors that Im getting, as you can see this is valid code and is actually all from the template, and everything builds fine.
Anyone else have this issue and know a fix?