JetBrains / UnrealLink

Apache License 2.0
132 stars 23 forks source link

Plugin error. Plugin 'UnrealLink' requires plugin 'com.jetbrains.rider-cpp' to be installed #158

Closed IgorShingelevich closed 2 years ago

IgorShingelevich commented 2 years ago

Plugin error. Plugin 'UnrealLink' requires plugin 'com.jetbrains.rider-cpp' to be installed hlp pls nolink d

DecoyRS commented 2 years ago

As I've mentioned in the previous your post, you need to make sure you have either "Rider for Unreal Engine" or "Rider 2022.1 EAP" installed. Make sure that you have one of these versions installed and UnrealLink Wil work properly.

Elie-Y commented 2 years ago

I had the same issue, I was trying to get Rider 2022.1.2 to work with Unreal and wasn't able to create a C++ project, so I downgraded Rider but got the same error as you. So I reinstalled Rider 2022.1.2 and installed VS2019 build tools then installed the required libraries and tools such as MSVC, Windows SDK, .NET SDK and runtime... and it works fine.

ArtemiyAAA commented 2 years ago

@Elie-Y Yes, you need some requirements for working with C++/Unreal projects Software requirements Unreal Engine 4.20+ (Unreal Engine 4.25.4+ to work with .uproject directly) MSVC compiler (Visual Studio 2013, 2015, 2017, or 2019) for Unreal Engine projects, or Clang for other C++ projects.