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
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.