Ran into this one with the launcher installed build and VS 2015 14 update 1 trying to clean a solution.
The DotNETCommon directory is straight up missing in my install with everything checked except the various other target platforms.
Will see if it still happens after I’ve installed all the other platform stuff too (although technically, it shouldn’t only be part of those?)
(If it still happens, I can backfill with the github version, but…)
Edit: Nope, still no directory. Guess it’s already known.
Edit the second: also, even though “Generate visual studio project files” created a solution that included all the plugin code, it doesn’t even try to build them when (re)building the solution.
Had to start the unreal engine editor, enable the plugins, restart, and then it asked if it had to rebuild the dlls the next time the editor was started.
TArray<UMaterialInterface*> UStaticMesh->Materials is now deprecated, in favour of TArray<FStaticMaterial> UStaticMesh->StaticMaterials, which is a new material interface wrapper?