My WinRT project was working fine with SQLite until I upgraded from version 3.7.16 to 3.7.16.1. The upgrade required a restart to Visual Studio (2012). Now when I attempt to open my project I get the following message in the Output window for the solution ...
C:\Users\John\Documents\Visual Studio 2012\Projects\MyProject\MyProjectName\MyProjectName.vcxproj : error : Unable to read the project file "MyProjectName.vcxproj".
C:\Users\John\Documents\Visual Studio 2012\Projects\MyProject\MyProjectName\MyProjectName.vcxproj(75,5): The imported project "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\SQLite.WinRT\3.7.16\DesignTime\CommonConfiguration\Neutral\SQLite.WinRT.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
If I look in the SQLite.WinRT folder I now see two folders ...
3.7.16.1
3.7.16.deleteme
If I look inside the .vcproj file I see the following entry for the active configuration ...
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"><Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /><Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\SQLite.WinRT\3.7.16\DesignTime\CommonConfiguration\Neutral\SQLite.WinRT.props" /></ImportGroup>Any ideas on how to resolve this would be most welcome.
Thanks - John