Slow work of Visual Studio with C++ Enreal engine

Hi all, I decided to switch from blueprints to c++, but I faced the problem of low speed code compilation, that is, the code does not have a syntax highlighting and IDEA as if does not understand what characters are in front of it, because of this do not work tips from VisualStudio and in general training enreal engine c++ is not convenient as possible.

PC specs are good enough for enreal engine
CPU - i3-12100f
GPU - RTX 3060
RAM - 16GB(DDR4)
SSD - (200GB)


image (2)

About the no syntax Highlighting do you have the correct components installed for unreal engine and game development with C++?

also check in your Editor settings in source code the default IDE is VS2022, after that right click on YourProject.uproject and regenerate solution files.

I don’t have much problems regarding slow compilation times either on my PC or laptop SSD helps a lot in this regard.

PC:
Ryzen 5 3600
32GB RAM
1 TB SSD
RX580 Nitro 8GB

Laptop:
Ryzen 7 5800H
RTX3050
16GB RAM
500GB SSD

Live coding is even faster.

Thanks for the answer , but I just switched to Rider , everything is very fast in it