UE4 opens a website instead of packaging for Windows

The title says it all. Whether I package for development or shipping, my UE4.23 project just opens [this webpage][1].

I see that the URL shows “Installing Visual Studio Tutorial,” but it doesn’t actually take me anywhere to show me what to do. I can’t figure out what I’m missing. See the image for what Microsoft Visual things I have installed.

Edit: I just tested packaging a blank project for Windows, and it works flawlessly.

I’m having the same problem and have been trying to solve it for a week now with no success. I can’t find anything on net. It seams to be version 4.23 related. If anyone has any solution or any suggestion please do tell. Tnx.

hey there. here you just have the redistributable not visual studio itself (those are juste libraries)
you ll find visual stuio here :

install the community version witch is free

UE 4.23.1 and Visual Studio 2019. I also should have mentioned that it’s the android packaging that opens a web browser and that it is a blueprint project. I’ve installed the android file in the UE4.23/engine/extras folder.

I installed visual studio community and I still get sent to https://docs.unrealengine.com/en-US/Engine/Tutorial/Mobile/SettingUpAndroidTutorial.SettingUpAndroidTutorial/index.html when I try to package my project.

do you have the correct version of VS for you UE4 install? only certain years work with certain versions. If you have the latest you should be fine.

Also did you install the UE4 packages for VS. when you install VS it lists a ton of additional things you can install, theres different options for java, c++, ue4, unity, etc, make sure you installed the ue4 one at the least.

Never mind. I got it to work by also adding the mobile component in visual studio. I used to be able to package the same project (using UE 4.21) for Windows and Android without Visual Studio installed at all. Is that no longer an option?