FidelityFX-SDK
FidelityFX-SDK copied to clipboard
Cannot load project with duplicated project items in Framework.vcxproj and RenderModules.vcxproj
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: c6efa6bf7f2027b3ec94f28578bb5965eabb9e55
you can try using order version of cmake like 3.27