Compile Failed

The project could not be compiled. Would you like to open it in Visual Studio 2019?

Running C:/Program Files/Epic Games/UE_5.0/Engine/Binaries/DotNET/UnrealBuildTool/UnrealBuildTool.exe Development Win64 -Project=“D:/Unreal Engine 4 Projects/MyProject123/MyProject123.uproject” -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Log file: C:\Users\AppData\Local\UnrealBuildTool\Log.txt
Creating makefile for MyProject123Editor (no existing makefile)
ERROR: Found ‘NeuralNetworkInference’ plugin in two locations (C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\NeuralNetworkInference\NeuralNetworkInference.uplugin and C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\NNI\NeuralNetworkInference.uplugin). Plugin names must be unique.

I have also NeuralNetworkInference and NNI folder in Plugins\Experimental but I do not have any uplugin file in NeuralNetworkInference only ThirdParty Source folder for ONNX Runtime.

So not sure why you would have that…maybe try run the validation and see if it update something. Or if you don’t use it could try to move one of them or both and see if it work better.

I do not have the latest update for UE5 so it might be something new if you have it updated.

yeah i think it is the update, i deleted NNI plugin folder and it works fine now.