Packaging Failed - Visual Studio 2022 installed

Hey,

I have been working on a project for a few months now and everything packaged / worked fine. I reset my pc to free up space on my main SSD and ever since packaging fails instantly on my main project.

I have reinstalled Visual Studio 2022, the latest windows 10 & 11 SDK’s, Desktop development with C++, .NET desktop development, Game Development with C++ etc and CAN package other projects its just my main project.

After disabling AdvancedSessions the packaging seems to function but I cant find anything related to AdvancedSessions inside the packaging crash log anyone have any idea whats happening?

PACKAGING CRASHLOG - Pastebin.com

Any help is greatly appreciated been stuck for days now

Try to delete your Intermediate/shipping folder, usually that what saved previous as cache and cause conflict.
C:\Users\Ethan\Desktop\TheMonthAfter\Plugins\AdvancedSessions\Intermediate\

*Do this on a copy of your project in case that break anything more.