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.
Can confirm this works for me also. Thanks.
You are welcome!!
This worked for me after a week of headaches. Thanks
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
Could be worth trying first before installing a bunch of stuff you might not need right away if at all.
It works! Thanks a lot
You are welcome Deivid!!
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
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 !!
You are welcome!!
ainât no way, it works!