How to fix Unknown type name 'UFileServerMessages_USTRUCT_BODY_LINE_11'?

Having this error message trying to add a struct to my module’s header following [this][1] tutorial. Happening on MacOS Yosemite using Unreal 4.7.3. Any ideas?

I’d love an answer to this, I have the same problem.

You are forgetting to include the generated header.

#include "FILENAME.generated.h"

Include the auto generated header file. filename.generated.h