Visual Studio Filter Issues "Cmake Rules"

image

Why is this filter CMake Rules being created when I create a Visual Studio project?

I don’t know what is causing it.

Any ideas would be appreciated.

It appears to be created to store all of the .rule output targets. These are usually associated with custom commands or custom targets. I suppose it could be empty if you don’t have any of those in a project.

I’ll try and create a minimal cmake project that highlights this issue.

I cannot share the code since it’s confidential.

You are correct though I believe all this relates to custom targets/commands. I’ll get to it this week once I have the time.