[solved] upgrade c++ project from ue 4.24 to 4.25 under Linux

go to source folder, locate {nameofproject}.Target.cs and {nameofproject}Editor.Target.cs. After the line
base(Target)
{
add to both file the following


DefaultBuildSettings = BuildSettingsVersion.V2;

If does not work please tell!