Whenever I try to create a new c++ project it gives me this error

What happens when you try to open it with Visual Studio?

And are you able to create blueprint projects?

when I open with VS it opens but no errors or warnings are shown, And I am actually able to create blueprint project and from it create c++ class and then open it in visual studio just fine.

And can you also build your project from VS?

Sorry for replying late I was just experimenting that and it turns out that it gave some errors

And for more context this is the full message that appears the first time :
The project could not be compiled. Would you like to open it in Visual Studio?

Running G:/UE_5.4/Engine/Build/BatchFiles/Build.bat Development Win64 -Project=“C:/Users/Mostafa/Documents/Unreal Projects/MyProject3/MyProject3.uproject” -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Using bundled DotNet SDK version: 6.0.302
Running UnrealBuildTool: dotnet “…..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll” Development Win64 -Project=“C:/Users/Mostafa/Documents/Unreal Projects/MyProject3/MyProject3.uproject” -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Log file: C:\Users\Mostafa\AppData\Local\UnrealBuildTool\Log.txt
Creating makefile for MyProject3Editor (no existing makefile)
@progress push 5%
Parsing headers for MyProject3Editor
Running Internal UnrealHeaderTool “C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\MyProject3.uproject” “C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest” -WarningsAsErrors -installed
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Source\Runtime\MovieSceneTracks\Private\TrackInstances\MovieSceneCameraCutTrackInstance.h’ conflicts with ‘G:\UE_5.4\Engine\Source\Runtime\MovieSceneTracks\Public\TrackInstances\MovieSceneCameraCutTrackInstance.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Source\Runtime\CoreUObject\Public\UObject\CookedMetaData.h’ conflicts with ‘G:\UE_5.4\Engine\Source\Runtime\Engine\Public\CookedMetaData.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Source\Editor\AnimGraph\Private\AnimBlueprintExtension_Base.h’ conflicts with ‘G:\UE_5.4\Engine\Source\Editor\AnimGraph\Internal\AnimBlueprintExtension_Base.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Source\Editor\SparseVolumeTexture\Private\SparseVolumeTextureFactory.h’ conflicts with ‘G:\UE_5.4\Engine\Source\Editor\SparseVolumeTexture\Public\SparseVolumeTextureFactory.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\MovieScene\LevelSequenceEditor\Source\LevelSequenceEditor\Public\SequencerExportTask.h’ conflicts with ‘G:\UE_5.4\Engine\Source\Editor\MovieSceneTools\Public\SequencerExportTask.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Debug\RigUnit_DebugBase.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Debug\RigUnit_DebugBase.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Core\RigUnit_UserData.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Core\RigUnit_UserData.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Animation\RigUnit_AnimAttribute.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Animation\RigUnit_AnimAttribute.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Collision\RigUnit_WorldCollision.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Collision\RigUnit_WorldCollision.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Debug\RigUnit_DebugBezier.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Debug\RigUnit_DebugBezier.h’
Total of 0 written
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Debug\RigUnit_DebugHierarchy.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Debug\RigUnit_DebugHierarchy.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Debug\RigUnit_DebugLine.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Debug\RigUnit_DebugLine.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Debug\RigUnit_DebugLineStrip.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Debug\RigUnit_DebugLineStrip.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Debug\RigUnit_ProfilingBracket.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Debug\RigUnit_ProfilingBracket.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Debug\RigUnit_DebugPrimitives.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Debug\RigUnit_DebugPrimitives.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Debug\RigUnit_DebugTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Debug\RigUnit_DebugTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Deprecated\RigUnit_AimConstraint.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Deprecated\RigUnit_AimConstraint.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Debug\RigUnit_VisualDebug.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Debug\RigUnit_VisualDebug.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Deprecated\RigUnit_ApplyFK.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Deprecated\RigUnit_ApplyFK.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Deprecated\RigUnit_BlendTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Deprecated\RigUnit_BlendTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Deprecated\RigUnit_GetJointTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Deprecated\RigUnit_GetJointTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Deprecated\Math\RigUnit_Converter.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Deprecated\Math\RigUnit_Converter.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Deprecated\Math\RigUnit_Float.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Deprecated\Math\RigUnit_Float.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Deprecated\Math\RigUnit_Quaternion.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Deprecated\Math\RigUnit_Quaternion.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Deprecated\Math\RigUnit_Transform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Deprecated\Math\RigUnit_Transform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Deprecated\Math\RigUnit_Vector.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Deprecated\Math\RigUnit_Vector.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Drawing\RigUnit_DrawContainer.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Drawing\RigUnit_DrawContainer.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Execution\RigUnit_BeginExecution.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Execution\RigUnit_BeginExecution.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Execution\RigUnit_Collection.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Execution\RigUnit_Collection.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Execution\RigUnit_DynamicHierarchy.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Execution\RigUnit_DynamicHierarchy.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Execution\RigUnit_InteractionExecution.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Execution\RigUnit_InteractionExecution.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Execution\RigUnit_Hierarchy.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Execution\RigUnit_Hierarchy.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Execution\RigUnit_IsInteracting.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Execution\RigUnit_IsInteracting.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Execution\RigUnit_PrepareForExecution.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Execution\RigUnit_PrepareForExecution.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Execution\RigUnit_Item.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Execution\RigUnit_Item.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Execution\RigUnit_SequenceExecution.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Execution\RigUnit_SequenceExecution.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_BoneName.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_BoneName.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_ControlChannel.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_ControlChannel.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_GetBoneTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_GetBoneTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_GetControlInitialTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_GetControlInitialTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_GetControlTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_GetControlTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_GetCurveValue.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_GetCurveValue.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_GetInitialBoneTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_GetInitialBoneTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_GetRelativeBoneTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_GetRelativeBoneTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_GetRelativeTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_GetRelativeTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_GetSpaceTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_GetSpaceTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_GetTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_GetTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_OffsetTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_OffsetTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_Metadata.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_Metadata.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_ParentSwitchConstraint.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_ParentSwitchConstraint.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_ProjectTransformToNewParent.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_ProjectTransformToNewParent.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_PropagateTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_PropagateTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_SendEvent.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_SendEvent.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_SetBoneInitialTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_SetBoneInitialTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_SetBoneRotation.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_SetBoneRotation.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_SetBoneTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_SetBoneTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_SetBoneTranslation.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_SetBoneTranslation.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_SetControlColor.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_SetControlColor.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_SetControlDrivenList.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_SetControlDrivenList.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_SetControlOffset.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_SetControlOffset.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_SetControlTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_SetControlTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_SetControlVisibility.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_SetControlVisibility.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_SetRelativeBoneTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_SetRelativeBoneTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_SetSpaceInitialTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_SetSpaceInitialTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_SetSpaceTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_SetSpaceTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_SetRelativeTransform.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_SetRelativeTransform.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_UnsetCurveValue.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_UnsetCurveValue.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Hierarchy\RigUnit_WorldSpace.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Hierarchy\RigUnit_WorldSpace.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Highlevel\Hierarchy\RigUnit_CCDIK.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Highlevel\Hierarchy\RigUnit_CCDIK.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Highlevel\Hierarchy\RigUnit_AimBone.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Highlevel\Hierarchy\RigUnit_AimBone.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Highlevel\Hierarchy\RigUnit_DistributeRotation.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Highlevel\Hierarchy\RigUnit_DistributeRotation.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Highlevel\Harmonics\RigUnit_BoneHarmonics.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Highlevel\Harmonics\RigUnit_BoneHarmonics.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Highlevel\Harmonics\RigUnit_ChainHarmonics.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Highlevel\Harmonics\RigUnit_ChainHarmonics.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Highlevel\Hierarchy\RigUnit_ModifyBoneTransforms.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Highlevel\Hierarchy\RigUnit_ModifyBoneTransforms.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Highlevel\Hierarchy\RigUnit_FABRIK.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Highlevel\Hierarchy\RigUnit_FABRIK.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Highlevel\Hierarchy\RigUnit_MultiFABRIK.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Highlevel\Hierarchy\RigUnit_MultiFABRIK.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Highlevel\Hierarchy\RigUnit_SlideChain.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Highlevel\Hierarchy\RigUnit_SlideChain.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Highlevel\Hierarchy\RigUnit_ModifyTransforms.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Highlevel\Hierarchy\RigUnit_ModifyTransforms.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Highlevel\Hierarchy\RigUnit_SphericalPoseReader.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Highlevel\Hierarchy\RigUnit_SphericalPoseReader.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Highlevel\Hierarchy\RigUnit_SpringIK.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Highlevel\Hierarchy\RigUnit_SpringIK.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Highlevel\Hierarchy\RigUnit_TwistBones.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Highlevel\Hierarchy\RigUnit_TwistBones.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Highlevel\Hierarchy\RigUnit_TransformConstraint.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Highlevel\Hierarchy\RigUnit_TransformConstraint.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Highlevel\Hierarchy\RigUnit_TwoBoneIKSimple.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Highlevel\Hierarchy\RigUnit_TwoBoneIKSimple.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Simulation\RigUnit_PointSimulation.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Simulation\RigUnit_PointSimulation.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Private\Units\Simulation\RigUnit_SpringInterp.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRig\Public\Units\Simulation\RigUnit_SpringInterp.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Public\Animations\CameraAnimationCameraModifier.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Public\CameraAnimationCameraModifier.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Public\Shakes\DefaultCameraShakeBase.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Public\DefaultCameraShakeBase.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Public\Shakes\CompositeCameraShakePattern.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Public\CompositeCameraShakePattern.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Public\Shakes\SimpleCameraShakePattern.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Public\SimpleCameraShakePattern.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Public\Shakes\PerlinNoiseCameraShakePattern.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Public\PerlinNoiseCameraShakePattern.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Public\Shakes\LegacyCameraShake.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Public\LegacyCameraShake.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Public\Shakes\WaveOscillatorCameraShakePattern.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Cameras\GameplayCameras\Source\GameplayCameras\Public\WaveOscillatorCameraShakePattern.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRigEditor\Private\ControlRigBlueprintFactory.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Animation\ControlRig\Source\ControlRigEditor\Public\ControlRigBlueprintFactory.h’
C:\Users\Mostafa\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest(1): Error: Two headers with the same name is not allowed. ‘G:\UE_5.4\Engine\Plugins\Bridge\Source\MegascansPlugin\Private\MetaHumanProjectUtilities\MetaHumanProjectUtilitiesSettings.h’ conflicts with ‘G:\UE_5.4\Engine\Plugins\Experimental\MetaHuman\MetaHumanProjectUtilities\Source\MetaHumanProjectUtilities\Private\MetaHumanProjectUtilitiesSettings.h’
Total execution time: 54.86 seconds

Can you head to the VS homepage? There you can see all the suggestions it has for you. And if you can’t see any suggestions, could you try reinstalling VS?

I will try to repair it, reinstalling it will take too much of internet quota :frowning: ,
Anyways Thank you for your effort it means so much to me :heart:

Hi @MWmostafa! To add on to what Vis was saying, I’d check and ensure that you have the latest VS updates and also check your Dotnet version. Sounds like an oversimplification. But, I’ve saw people have similar issues and that resolved it before.