I'm getting the above error when opening the generated (using BuildSamplesSolutionVK.bat) FidelityFX SDK VK Samples.sln. I tried this on another PC and got the same error.
I had to manually delete all the <Text> elements (as shown below) from build\framework\cauldron\framework\src\Framework.vcxproj and build\framework\rendermodules\RenderModules.vcxproj in order to get FFX_API_FSR project to build.
<Text Include=...>
</Text>
My environment:
Visual Studio 2022
CMake 3.31.6
FidelityFX-SDK commit: c6efa6b
I'm getting the above error when opening the generated (using
BuildSamplesSolutionVK.bat)FidelityFX SDK VK Samples.sln. I tried this on another PC and got the same error.I had to manually delete all the
<Text>elements (as shown below) frombuild\framework\cauldron\framework\src\Framework.vcxprojandbuild\framework\rendermodules\RenderModules.vcxprojin order to getFFX_API_FSRproject to build.My environment:
Visual Studio 2022
CMake 3.31.6
FidelityFX-SDK commit: c6efa6b