How to set up VSCode for Unreal Engine 5.5. This guide moves fast to not waste your time, let me know if you have questions in the comments.
include paths (add to c_cpp_properties.json):
"includePath": [
"${workspaceFolder}\\Intermediate\\**",
"${workspaceFolder}\\Plugins\\**",
"${workspaceFolder}\\Source\\**"
],
Links:
Epic's Guide:
[ Ссылка ]
Epic Games Launcher (alternatively you could build from source):
[ Ссылка ]
VSCode:
[ Ссылка ]
VS Build Tools:
[ Ссылка ]
[ Ссылка ]
Required VSCode Extensions:
C/C++
[ Ссылка ]
VSCode Extensions I like...
C/C++ Extension Pack
[ Ссылка ]
GitLens
[ Ссылка ]
Ещё видео!