I’m experiencing a frustrating issue with Visual Studio 2022 and Unreal Engine 5.4.3. Despite following numerous tutorials and forum suggestions, nothing has worked so far. Here’s the situation:
Setup:
- Unreal Engine Version: 5.4.3
- Visual Studio Version: 2022 (17.11.0)
- UE Editor Installation Path:
D:\Unreal Engine editor\UE_5.4
- Project Path:
H:\ProjectH
The Problem:
- Intellisense Issues: Visual Studio shows 99+ errors when I try to view source files like
Characters.h
. The main issue seems to be that it doesn’t recognize the include files. - Empty Include Search Path: The include search path is empty in Visual Studio, which I suspect is the root of the problem.
- Manual Path Addition: I tried manually adding the included paths in the Include Search Path but to no avail.
- Debugging Works: Despite the errors, when I press F5 or start debugging, the Unreal Engine project opens fine, and everything runs.
What I’ve Tried:
- Re-installed everything related to the project, following Epic guidelines and various tutorials.
- Deleted the Intermediates, etc., and regenerated Visual Studio project files multiple times.
- Manually added paths to the Include Directory in Visual Studio.
- Followed various online tutorials and forum threads.
Request for Help: Has anyone else faced this issue with a similar setup? I’m looking for any solutions or workarounds to get Intellisense working again. Any help would be greatly appreciated!