FidelityFX-SDK icon indicating copy to clipboard operation
FidelityFX-SDK copied to clipboard

Cannot load project with duplicated project items in Framework.vcxproj and RenderModules.vcxproj

Open AmilaCG opened this issue 5 months ago • 1 comments

Image

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

AmilaCG avatar Jul 10 '25 13:07 AmilaCG

you can try using order version of cmake like 3.27

lcylan avatar Aug 15 '25 11:08 lcylan