I need help for launch failed

Hello, when I run my project and I have an activated plugin, I get an error message :


LogPlayLevel: Error: ERROR: Stage Failed. Missing receipt 'E:\Projets Unreal engine\Unreal Engine\PlayerOne\Binaries\Win64\PlayerOne.target'. Check that this target has been built.
LogPlayLevel:        (see C:\Users\Jericho\AppData\Roaming\Unreal Engine\AutomationTool\Logs\C+Program+Files+Epic+Games+UE_4.21\Log.txt for full exception trace)
LogPlayLevel: AutomationTool exiting with ExitCode=103 (Error_MissingExecutable)
LogPlayLevel: Completed Launch On Stage: Build Task, Time: 2.268863
LogPlayLevel: Completed Launch On Stage: Deploy Task, Time: 0.000193
LogPlayLevel: BUILD FAILED
PackagingResults: Error: Launch failed! Missing UE4Game binary.
You may have to build the UE4 project with your IDE. Alternatively, build using UnrealBuildTool with the commandline:
UE4Game <Platform> <Configuration>

when I activate “niagara plugin”, “plugin substance” or “houdini engine” i get a launch failed.
but if I disable these plugins, everything works well.

I’m working only in BP. I use the engine in its latest version
if I delete the “intermediate” folder and the “saved” folder of my project, I get another error


LogPlayLevel: ********** BUILD COMMAND STARTED **********
LogPlayLevel: Completed Launch On Stage: Build Task, Time: 2.271258
LogPlayLevel: Running: C:\Program Files\Epic Games\UE_4.21\Engine\Binaries\DotNET\UnrealBuildTool.exe PlayerOne Win64 Development -Project="E:\Projets Unreal engine\Unreal Engine\PlayerOne\PlayerOne.uproject"  "E:\Projets Unreal engine\Unreal Engine\PlayerOne\PlayerOne.uproject" -NoUBTMakefiles  -remoteini="E:\Projets Unreal engine\Unreal Engine\PlayerOne" -
skipdeploy -ini:Game:[/Script/UnrealEd.ProjectPackagingSettings]:BlueprintNativizationMethod=Disabled -Manifest="E:\Projets Unreal engine\Unreal Engine\PlayerOne\Intermediate\Build\Manifest.xml" -NoHotReload -log="C:\Users\Jericho\AppData\Roaming\Unreal Engine\AutomationTool\Logs\C+Program+Files+Epic+Games+UE_4.21\UBT-PlayerOne-Win64-Development.txt"
LogPlayLevel: Error:   ERROR: Couldn't find target rules file for target 'UE4Game' in rules assembly 'PlayerOneModuleRules, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
LogPlayLevel:          Location: E:\Projets Unreal engine\Unreal Engine\PlayerOne\Intermediate\Build\BuildRules\PlayerOneModuleRules.dll
LogPlayLevel:          Target rules found:
LogPlayLevel:             PlayerOne - E:\Projets Unreal engine\Unreal Engine\PlayerOne\Intermediate\Source\PlayerOne.Target.cs
LogPlayLevel:          (see C:\Users\Jericho\AppData\Roaming\Unreal Engine\AutomationTool\Logs\C+Program+Files+Epic+Games+UE_4.21\UBT-PlayerOne-Win64-Development.txt for full exception trace)
LogPlayLevel: Took 0,754739s to run UnrealBuildTool.exe, ExitCode=5
LogPlayLevel: Error: ERROR: UnrealBuildTool failed. See log for more details. (C:\Users\Jericho\AppData\Roaming\Unreal Engine\AutomationTool\Logs\C+Program+Files+Epic+Games+UE_4.21\UBT-PlayerOne-Win64-Development.txt)
LogPlayLevel:        (see C:\Users\Jericho\AppData\Roaming\Unreal Engine\AutomationTool\Logs\C+Program+Files+Epic+Games+UE_4.21\Log.txt for full exception trace)
LogPlayLevel: AutomationTool exiting with ExitCode=5 (5)
LogPlayLevel: Completed Launch On Stage: Build Task, Time: 0.501823
LogPlayLevel: BUILD FAILED
PackagingResults: Error: Launch failed! Unknown Error

good problem solved, I had to delete this line in my file uproject: “Enterprise”: true,