Launch / Build FAIL

Hi Guys,

On my c++ projects i have a error showing a lot and i don’t know how i cause it.
If i restart the entire project (delete the current and start a new project, then include the same c++ files) then it’s working again.

But it’s a really ugly way to work and very time consuming.

This is the error on the outputlog:
LogStats:Warning: MetaData mismatch. Did you assign a stat to two groups? New //STATGROUP_Threads//FLauncherTask///Thread_1194_0///####STATCAT_Advanced#### old //STATGROUP_Threads//FLauncherTask///Thread_1f88_0///####STATCAT_Advanced####

Any idea’s?

Thanks

Hm a little bit too early with my question…

Edit->Project Settings->Packaging
I set the Full Rebuild option to True then packaged the project.
After that my Launch was also working again.

Anyway maybe usefull for someone else.