Error packaging on hololens 2

UATHelper: Packaging (HoloLens): AutomationTool exiting with ExitCode=6 (6)
UATHelper: Packaging (HoloLens): BUILD FAILED

I have this error while packaging my project for hololens 2. It works with windows so I don’t understand. I think this line is important :

C:\Users\jules\OneDrive\Documents\Unreal Projects\AR_project\Intermediate\Build\HoloLens\arm64\AR_project\Development\Core\SharedPCH.Core.ShadowErrors.cpp: fatal error C1192: �chec de #using sur ‘C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\lib\x86\Store\references\platform.winmd’
UATHelper: Packaging (HoloLens): ‘Le chemin d’acc�s sp�cifi� est introuvable.’

They are searching for a file that I don’t have.

Thanks in advance !

For anyone else looking for a solution, this is most likely because MSVC tool chain version is too high. Try doing a lower version.