Hi, I got some build errors when build BabylonFBXExporter solution use VS2015 in win10. NuGet Package restore failed for project FbxExporter: Unable to find version '2.6.0' of package 'cpprestsdk.v140.winapp.msvcstl.dyn.rt-dyn'.. NuGet Package restore failed for project BabylonFbxNative: Unable to find version '2.6.0' of package 'cpprestsdk.v140.winapp.msvcstl.dyn.rt-dyn'.. NuGet Package restore failed for project FbxExporter: Unable to find version '2.6.0' of package 'cpprestsdk.v120.windesktop.msvcstl.dyn.rt-dyn'.. NuGet Package restore failed for project BabylonFbxNative: Unable to find version '2.6.0' of package 'cpprestsdk.v120.windesktop.msvcstl.dyn.rt-dyn'.. It can not be auto restored by VS2015. (error: Unable to find version '2.6.0' of package 'cpprestsdk.v140.winapp.msvcstl.dyn.rt-dyn') I have installed the latest NuGet (NuGet.Tools.vsix) and tried to change package.config in the solution (.\Exporters\FBX\BabylonFbxNative\package.config). How can I build this solution? Thank you for your help?