This message is for the BaseCamp devs. BaseCamp should ignore extensions in gpx files that it doesn't know how to handle. The garmin gps devices do this properly but not this software.
Ex. this is legal according to the gpx spec, but causes BaseCamp to fail:
<wpt lat="38.865943" lon="-77.673446">
<ele>134.26989827957</ele>
<name>Waypoint1</name>
<extensions>
<myext:AExtension>
<myext:WayptData>some extra info</myext:WayptData>
</myext:AExtension>
</extensions>
</wpt>