Hello there @Maximum.Dino!
Thank you for providing the full log. After reviewing all its contents, I think you are in the right track.
At first instance, the main cultrip should be VS, per the line “Visual Studio 2022 x64 must be installed in order to build this target.” But you have opened a new project and packaged it normally, so we know that VS is fine, we can rule that out. And attempting to pack in other PCs with the same result, means that the issue is tied to the project itself.
So the best approach is to refresh the build itself, as something in its cache is either not reading VS’s install, or another element is corrupt. Close both UE and VS, go to your project folders, and delete the contents from Intermediate, Binaries, Saved, and DerivedDataCache folders. After that, regenerate your project files, and try to pack again.