Hi,
I created a new C++ project with the ThirdPerson template and created a new C++ Actor.
When I run the project in Visual Studio this works too, but in VisualStudio I get no functions or classes suggested by UnrealEngine, and no functions, defines, classes, etc. are color-coded. Also I get 13356 active errors. These are only active, so the project is still running.
How can I solve all these problems?
Hi, probably
The c++ actor that you’ve added to project has some errors, but visual studio misleading you. You might have problems about your includes. The “generated.h” must be at end of includes. If it isn’t the correct answer, you should send your actor class and header file.
Since I started to use Rider for Unreal Engine, I am very happy. You should try it. It’s free as i know(for this year at least)
Rider is faster than visual studio, better intellisense and have not code coloring mistakes of visual studio.
The “generated.h” is my last include.
But this Reddit post helped me. I switched to UE4.24.3 and everything worked.
The Problem with Rider is, that it doesn’t support C++, and CLion is lacking many features I need when programming with C++.
C++ support is working very well on Rider 