Path Follow plugin strange warning in new project on 4.14.0

Hi , folks !

Let me explain what i´m experiencing…

First, i migrated some content from my older 4.13.2 project to another new project with default first person project without content

Then, in my new 4.14.0 project, everything looks fine, except from a strange warning from Engine, when i starting my project:

“This project requires the PathFollow plugin. Would you like to download it from the Marketplace?”

116411-plugin.png

Yes, i´m have this plugin in my older 4.13.2 project. But I did not migrate any content that has it. None.

So why does the engine ask me to install it?

And most important: This plugin does not have update for 4.14.0 yet

I´m already looked in my new 4.14.0 project and found no reference from him!

Anyone know this issue ??

Any help is much appreciated.

Update Screenshot from my plugins in my 4.14.0 project…

Nevermind, i´m found a solution: Opening the default uproject file in main project directory, and excluded this lines after “Plugins”:[ with notepad:

    {
			"Name": "HGGifImporter",
			"Enabled": false,
			"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/4b62266dcb0c4ffaac8e7ebdc61b4fba"
		},
		{
			"Name": "PathFollow",
			"Enabled": true,
			"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/7c19d00ad42a4b67972eea383dedb7f3"
		},

	]
}