You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I turn on VS_MOBILE_EXTENSIONS_VERSION cmake correctly generates ImportGroup element with ExtensionSDKLocation for WindowsMobile. This works fine and Extension shows up in Visual Studio, but I cannot include any of header file from this SDK extension.
If I remove extension in VS and add it back, then all includes works. I noticed that vcxproj has slight difference - Cmake generated file does not have PropertySheet with SDKExtensionDirectoryRoot.
See cmake-generated.vcxproj.txt and VS-generated.vcxproj.txt
Maybe I did something wrong, but there is no "SDKExtensionDirectoryRoot" string in cmake sources, so I guess it can't work anyway.
The text was updated successfully, but these errors were encountered:
Hi, when I turn on VS_MOBILE_EXTENSIONS_VERSION cmake correctly generates ImportGroup element with ExtensionSDKLocation for WindowsMobile. This works fine and Extension shows up in Visual Studio, but I cannot include any of header file from this SDK extension.
If I remove extension in VS and add it back, then all includes works. I noticed that vcxproj has slight difference - Cmake generated file does not have PropertySheet with SDKExtensionDirectoryRoot.
See cmake-generated.vcxproj.txt and VS-generated.vcxproj.txt
Maybe I did something wrong, but there is no "SDKExtensionDirectoryRoot" string in cmake sources, so I guess it can't work anyway.
The text was updated successfully, but these errors were encountered: