HiddenWordList Header file

Hello,

I’m currently following the Unreal C++ course. I’ve run into a snag.

  1. I’m using Visual Studio
  2. created a header file for HiddenWords
  3. I’m getting compilation error in Unreal after including hiddenwordlist header

I know Im missing something simple but could not find an answer to the problem as of yet. Any help would be greatly appreciated.

Thank You and Happy New Year,
Uhuru

You’re missing a semicolon on line 12.

Thank you

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.