I am creating windows app. which is targeting windows 10 platform and it is Universal Windows App and I am using https://github.com/phatware/WritePadSDK for creating writing lad in windows app. Now what i have done is in the solution that i downloaded from github i added a project that targeted the windows universal app. I have added all the needed references that needed to run the project but every time i run the windows 10 universal project i get error Unable to load DLL 'WinRT_CPPLayer.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E).
Please help
Thank you.