Having Problem with Xcode

Currently I am working on adding new text to the terminal using Xcode and I am having problems doing so. The version of Unreal Engine I am using is 4.25.1

  1. Xcode is showing some errors which I have no idea on how to solve / mute them .

  2. I am able to compile the code but the new text I added using PrintLine function is unable to be shown on the terminal. I have already added the BullCowCartridge to terminal.


Thanks for helping :pray:

It happened to me. I don’t really remember what I did to solve it, but it was one of this two things:

1- There must be only one blank line between #include and UCLASS in the .h file.
2- In unity, File->Refresh Visual Studio Code

I hope this helps you.

Privacy & Terms