I am trying to get around the lack of multidimensional arrays by making an array of a custom, two-member struct. however, VS2015 keeps giving me an error around UPROPERTY. I have no idea what the issue is, as I replicated the unreal-specific code from tutorials I found on the site. Is there something in the USTRUCT/UPROPERTY syntax I messed up?
Rebuild log and code attached.