UE4 Using Visual Studio Code

UE4 Using Visual Studio Code

1 Install Visual Studio Code


2 Install Extra Tools


Open Visual Studio Installer and install following tools:

  • Visual C++ build tools

  • .Net Core build tools

3 Set VS Code in UE4


Open UE4 Editor and Click Edit > EditorPreferences…:

Plugins

Generate Visual Studio Code project:

Plugins

4 Build and Debug


  • Ctrl + Shift + B: select “ProjectEditor Win64 Development Build” to build project.

  • F5 : select debug target and run debugging.

  • Tips: .Net Core SDK should be correctly installed in Step 1, otherwise building may failed.

Tags: UE4 VSCode Vistied:
Share: Twitter Facebook LinkedIn