Versions Compared

Key

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

If you are seeing encounter any of the following dialogs when attempting to open the project, then it means you have not generated the it indicates that the required Visual Studio files . The following dialogs will show when attempting to open the project via .uprojecthave not been generated. These dialogs typically appear when launching the project through the .uproject file.

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

To verify if your dev environment is properly setupcontinue, right-click on CavrnusCollabViewer.uproject

image-20250213-224232.png

Now attempt to select Generate Visual Studio project filesProject 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

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.

Note

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

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.png

VS Setup Complete!

Running into issues? See below.