its been two days im trying to package my project usualy i dont have any issue but this time i have a PackagingResults: Error : Unknown error and i have no idea what i need ot fix.
Thank you for sending the full log. Your conflict occurs around the end of the file, when attempting to compile, the following line reads the following:
Detected compiler newer than Visual Studio 2022, please update min version checking in WindowsPlatformCompilerSetup.h
This means that your current Visual Studio build is either missing components, or its using invalid ones. You can follow the installation guide from the community, which can be found here:
Additionally, another thread has a detailed explanation for the compiler setup, please follow the steps included: