Hi AJenness,
The source of the issue is actually a few lines above the error message in the 2nd image you posted: BlueprintReadWrite should not be used on private members
Either change the access for that portion of the class to public, or use different specifiers for your UPROPERTY
.