Missing '{' in 'struct'

In my case problem was that I accidentally used russian character “С” instead of english “C” in struct name. Took awhile to realize.