Just upgraded to VS 2015 (from VS 2013).
Tried to compile my projects but wpath (which I use a LOT!) is not recognized.
Open the filesystem file:
...Microsoft Visual Studio 14.0\VC\include\filesystem
compare it with:
...Microsoft Visual Studio 12.0\VC\include\filesystem
and wpath is no longer there.
It used to be defined as:
typedef basic_path<wstring, wpath_traits> wpath;
what happened?