Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
Info

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.

NoteVisual Studio Community works for BOTH Twinmotion and CSC
    1. .

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

Info

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.pngVS Setup Complete!Running into issues? See below.
Info

This should fix create the needed development environment required to compile and run Cavrnus Collab Viewer Template