Packaging error

link text

I have have 1 day left to turn in my end of year unreal project and if i don’t i will fail and it prevents me from packaging the game. Stragey it says that it can’t find a /game/vehicleadvbp/advancevehicleoverview file. I have no idea what it wants since my game has no such vehicle blueprint.
It also give me PackagingResults: Error: Unknown Error
I am really bad in unreal and have 0 idea what to do, any help is welcome.

In your log file is this:

UnrealBuildTool: Visual Studio 2017 is
installed, but is missing the C++
toolchain. Please verify that the
“VC++ 2017 toolset” component is
selected in the Visual Studio 2017
installation options.

Hit your windows key and search for “visual studio installer”, click that and select “modifiy”, install “game development with c++” though you won’t need the unreal installer in the right hand menu of the game development option since you already have unreal installed.
For further reference you can also take a look at the documentation: Setting Up Visual Studio Development Environment for C++ Projects in Unreal Engine | Unreal Engine 5.3 Documentation

Hope this solves your issue.