Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

If the following dialogs are encountered when attempting to open the project, it indicates the required Visual Studio files have not been generated. These dialogs typically appear when launching the project through the .uproject file.

image-20250213-223654.png
image-20250213-223716.png

To continue, right-click CavrnusCollabViewer.uproject

image-20250213-224232.png

Now select Generate Visual Studio Project Files

image-20250213-224133.png

Now wait for the process to complete. If successful, the CavrnusCollabViewer.sln will be created.

image-20250213-224412.png

If this process failed, continue through this guide…

Visual Studio Requirements

  1. Download Visual Studio 2022 Community Edition Here (Latest)

    1. Current known version to work is 17.12.4 - this should not matter though.

Visual Studio Community works for BOTH Twinmotion and CSC.

image-20250115-173308.png

Required Workloads

  • .NET Desktop Development

  • Desktop Development with C++

  • Game Development with C++

image-20250115-174034.png

Individual Components

  • Required compiler tools

image-20250213-222421.png
  • Required Targeting Packs

image-20250115-174810.png

Verify Installation

Navigate to → C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC

Build Tool 14.38.33130 MUST be present. It’s fine if others exist. The UnrealBuildTool is simply looking for the target build tool.

image-20250115-175145.png

VS Setup Complete!

Running into issues? See below.

  • No labels