i deleted MyActor.generated.h
compliled
exited
reopened
compiled
readded the header slowly, first i did MyActor.h compiled, it told me it wanted generated.
then i did MyActor.generated.h
all errors but the 1 were fixed.
i think this might be some confusion on the colors like the teacher said. i have both blue and purple versions of visual studio installed onto my computer
The blue one is “Visual Studio Code” and is just a text editor like Notepad but with extensions to provide syntax highlighting, it’s still just a text editor though, it’s not going to compile C++.
The purple one is “Visual Studio” which is a fully fledged IDE (Integrated Development Environment) which contains everything to write and develop software. The compiler, text editor, debugger, profiler, etc.
Both are installed in the course. VS Code is used as a text editor to write the code so everyone gets as close to the same experience regardless of their operating system of choice.
well, i dont know exactly how it happened, but i ended up with version 33130…copied what you had on that other page, and my error went away. also i can load up unreal again. so thanks for the help.