Header Files filter error (and fix)

Sysprogs forums Forums VisualGDB Header Files filter error (and fix)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20322
    aronrubin
    Participant

    VisualGDB Version: 5.3r8  VS Version: 15.5.7 (2017)  VisualGDB Mode: Remote Linux CMake

    Problem: .hpp files were not grouping correctly in the Solution Explorer. Upon further inspection the filter for grouping was formatted incorrectly.

    Solution: Modify SourceFileCategories.xml in the tag
    SourceFileCategories/Categories/SourceFileCategory[FilterName=Header Files]/Extensions from:
    .h;*.hpp;*.hh
    to:
    .h;.hpp;.hh

    Thank you,
    Aron

    #20324
    support
    Keymaster

    Hi,

    Thanks, this is already fixed in our development branch and will be included in the upcoming v5.4 Preview 1. Until then, editing the XML file manually is the recommended workaround.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.