The project compiles without any issues.
Code: Select all
${VULKAN_SDK}
Code: Select all
c_cpp_properties.json
Note: This doesn't just apply to the Vulkan code, it seems to be more widespread than that.
The fix for this is to downgrade the C/CPP extension to 1.5.1.
1.6 for some reason causes this issue.
This has been reported here: https://github.com/microsoft/vscode-cpp ... ssues/8049