Can't build fresh proj on UE 5.3 on Rider

This works even though clicking .sln file and opening Rider doesnt to run. idk the difference, configuration?

I think there’s a possible issue with the dependencies that the sln tracks, hence the request of the SDKs for other platform like MacOS even if you’re not building it for it.

After some conversation with JetBrains support, we’ve found out that with Ue 5.3 you need to install .NET desktop development and Desktop development with C++ from Visual Studio Build tools or Visual Studio Installer.

19 Likes

Can confirm this works for me also. Thanks.

1 Like

You are welcome!! :heart:

This worked for me after a week of headaches. Thanks

1 Like

Just to say, I had the same issue and I fixed that just installing the .Net SDK and running the Rider as administrator, now everything works fine. For some reason, it’s not loading the Engine code inside Rider, for me showed a message that I didn’t have permission to access the Engine folder of UE, but that doesn’t have sense, I just ran as administrator after install all dependencies of .Net SDK and now works fine!!!

Thank you for posting this! This is the only thing that worked for me.

I know this is a bit of an old thread but for anyone else that is running into this and getting the message regarding, Microsoft.NET.SDK.WorkloadAutoImportPropsLocator, apparently you can disable this lookup by setting the flag MSBuildEnableWorkloadResolver to false.

I’m not sure how to do so in Visual Studio but if you happen to be using Rider you can refer to this post

https://youtrack.jetbrains.com/issue/RIDER-97292/The-SDK-Microsoft.NET.SDK.WorkloadAutoImportPropsLocator-specified-could-not-be-found.#focus=Comments-27-8171974.0-0

Could be worth trying first before installing a bunch of stuff you might not need right away if at all.

1 Like

It works! Thanks a lot :heart:

You are welcome Deivid!! :hearts:

This also worked for me. I was having the same problems with UE 5.3.2

Just hit the same error and this was the solution.

  • Left for the weekend with a working project
  • Returned to this error.
  • Solved by installing desktop development
1 Like

it works for me. thanks

it works for me! Thank you a lot!

You are wellcome!!

You are wellcome!!
Try this too…

Best Regards

wow, it has been bugging me since last week and I couldn’t find a solution, can’t believe I was doing it the wrong way… Thank you !!

1 Like

You are welcome!! :heart:

ain’t no way, it works! :smiley: