[4.9] [Plugin Templates Bug] Plugins that use UnrealEd dependency dont compile

#Packaging Still Failing, Repro Steps

Dear ,

I agree the starting-with-number issue is real and needs to be addressed, however did you try these repro steps of mine?

I am still getting packaging errors using only UE4 template project and plugin code with only-letter plugin names.

  1. Make a new Basic project, C++ called “HappyPlugin” or other name with no numbers in it
  2. In new project, make a new plugin, picking the middle option for add button to level viewport
  3. Restart the editor using plugin menu button in lower right
  4. Package the project for Development Win 64

I get this error log, attached

link text

This is happening with multiple projects having normal names

I am starting new projects each time I test this

The primary error is this:

Failed to find object ‘Class /Engine/Transient.REINST_ThirdPersonOverview_C_117’

I produced this error log just now for the sake of this post

#Clue

The error itself is a giveaway because I created a blank / basic C++ project but it is still looking for something from the Third Person template project.

A new Third person C++ project gets the same error when packaging.

#Request
Please perform my repro above and let me know what result you get!

#Thanks!