Cyrus 365Academy
cyrus365.com

© 2019-2026 Cyrus 365. All rights reserved.

AcademySolutionsContact
Cyrus 365Academy
cyrus365.com
Back to Academy
TutorialBeginner

UE5 Build C++ Project | Compile Manually | Compile Project via Visual Studio

Learn how to manually compile Unreal Engine C++ projects using Visual Studio. Essential for fixing 'compile manually' errors.

2 May 2023Cyrus 3651 min read
Unreal EngineC++Visual StudioTroubleshooting

Learn how to compile a project using Visual Studio. It is very useful when you get an error message that tells you to compile manually when opening a project. I will teach you the really easy method.

Install Visual Studio 2022 (or 2019)

Visual Studio Download Page
Visual Studio Download Page

Download Visual Studio from the official website: https://visualstudio.microsoft.com/vs/whatsnew/

Compilation Steps

  1. 1Right Click '.uproject' file, then select 'Generate Visual Studio project files'
  2. 2Wait until the generation process finishes
  3. 3Double click the generated '.sln' file, choose Visual Studio 2022 to open it
  4. 4In the right panel of Visual Studio, you should see 'Solution Explorer'
  5. 5Under the 'Games' folder in Solution Explorer, you should see your Project Name
  6. 6Right Click your Project Name and select 'Set as Startup Project'
  7. 7Right Click it again, and choose 'Build' (Or use shortcut key Ctrl + B)
  8. 8It will start to Build (Compile) in Visual Studio
  9. 9Wait for the build to complete successfully

Done! 🥂

Related articles

TutorialBeginner

Never Forget a Password Again: Intro to Bitwarden 🛡️

Secure your digital life with the best free, open-source password manager. Learn to store, generate, and sync credentials securely.

26 Nov 2025Cyrus 365
TutorialBeginner

Master Remote Access with Bitvise SSH Client 🛡️

Unlock professional-grade server management on Windows. Learn to connect, transfer files, and tunnel securely with Bitvise.

26 Nov 2025Cyrus 365
TutorialBeginner

Unleash the Duck: Managing Cloud Files with Cyberduck 🦆

Ditch the web interface! Learn how to manage FTP, S3, and Google Drive files seamlessly with this free, open-source tool.

26 Nov 2025Cyrus 365

© 2019-2026 Cyrus 365. All rights reserved.

AcademySolutionsContact