Skip to content

Proper support for natvis files in addons #8434

@Scylardor

Description

@Scylardor

Hi!

I am using an addon that comes with a Visual Studio C++ debugger visualization file (natvis) in their src/ folder, and it's a bit of a pain because everytime I regenerate the project solution, it seems the OF generator treats it as a "C/C++ compiler" item, which means the C++ compiler is trying to compile the natvis and fails.

The fix should be simple, the OF generator should recognize natvis files and flag them as "C++ debugger visualization file" during the vcxproj generation step.

However, I have no idea how the generator works or where that fix would make sense. If someone can point me to it, or implement it, it would be a great time saver.

Thanks!

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions