UMaterialExpressionNoise refuses to link under windows and VisualStudio 2015

The following line causes me a linker when trying to build my plugin on Windows with Visual Studio 15 but not when I build it using clang 3.8.1 under Linux.

auto noise = NewObject(material);

Any Ideas?