There are two useful tabs, the error tab and the output tab. The other tab shows more specific information (usually). Error code 6 is not specific enough to know exactly what is going on, but usually this error shows when you made a mistake in a macro in the .h file. A common mistake is to use certain macros on private UPROPERTY which is invalid.
2 Likes
To further what Roy_Wierer said, you have misspelt “EditDefaultsOnly” on line 29.
1 Like
I am very thankfull to you!! i did notice this mistake for 3 day, did you know visual studio 2019 have plugins for this to not do this mistakes?

