Very easy to fix ! :-) In Foundation/include/Poco/FileStreamRWLock_WIN32.h, there is a mis-casing on include to windows.h : `#include <Windows.h>` should be : `#include <windows.h>` Best regards