Error each time I build Visual studio 2022 C++ code

Hi, I have an issue biulding every solution I create from my Unreal Engine projects. I have all the recommended Visual Studio 2022 extensions and the plugin “Visual Studio Integration Tool”. This is the Log I receive after every build.

Build started...
1>------ Build started: Project: FirstUnrealProject, Configuration: Development_Editor x64 ------
2>------ Skipped Build: Project: UE5, Configuration: BuiltWithUnrealBuildTool Win64 ------
2>Project not selected to build for this solution configuration 
1>Running UnrealBuildTool: dotnet "..\..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll" FirstUnrealProjectEditor Win64 Development -Project="C:\Users\marya\Documents\Unreal Projects\FirstUnrealProject\FirstUnrealProject.uproject" -WaitMutex -FromMsBuild
1>Log file: C:\Users\marya\AppData\Local\UnrealBuildTool\Log.txt
1>Creating makefile for FirstUnrealProjectEditor (no existing makefile)
1>Parsing headers for FirstUnrealProjectEditor
1>  Running Internal UnrealHeaderTool "C:\Users\marya\Documents\Unreal Projects\FirstUnrealProject\FirstUnrealProject.uproject" "C:\Users\marya\Documents\Unreal Projects\FirstUnrealProject\Intermediate\Build\Win64\FirstUnrealProjectEditor\Development\FirstUnrealProjectEditor.uhtmanifest" -WarningsAsErrors -installed
1>Total of 1 written
1>Reflection code generated for FirstUnrealProjectEditor in 4.7663658 seconds
1>Unable to build while Live Coding is active. Exit the editor and game, or press Ctrl+Alt+F11 if iterating on code in the editor or game
1>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.MakeFile.Targets(44,5): error MSB3073: The command ""C:\Program Files\Epic Games\UE_5.1\Engine\Build\BatchFiles\Build.bat" FirstUnrealProjectEditor Win64 Development -Project="C:\Users\marya\Documents\Unreal Projects\FirstUnrealProject\FirstUnrealProject.uproject" -WaitMutex -FromMsBuild" exited with code 6.
1>Done building project "FirstUnrealProject.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 1 skipped ==========
========== Build started at 2:52 PM and took 11,625 seconds ==========

This might be your issue?