got a strange issue. i added a c++ class (the first and only class ) to my project but cant press the compile button in the editor. its not greyed or something it just doesnt do anything on click. some one know whats the issue?
You need to compile your code from visual studio which time you insert code from unreal like UCLASS or UPROPERTY or UFUNCTION.
ok but in an other project i could recompile my code on the fly in the editor by pressing the compile button. it doesnt work that way anymore
It happens to me too sometime, I clean and regenerate the entire project before run it.
Try this
thanks alot bro. works
You’re welcome !