context - go to - declaration: inconsistent in studio 12
in the code:
CSeqDBAliasNode::CSeqDBAliasNode(CSeqDBAtlas& atlas,
const CSeqDB_DirName & dbpath,
const CSeqDB_BaseName & dbname,
charprot_nucl,
CSeqDBAliasStack& recurse,
CSeqDBLockHold& locked,
CSeqDBAliasSets& alias_sets)
: m_Atlas(atlas),
m_DBPath(dbpath),
m_ThisName (m_DBPath, dbname, prot_nucl, 'a', 'l'),
m_AliasSets (alias_sets)
{
recurse.Push(m_ThisName);
x_ReadValues(m_ThisName, locked);
x_Tokenize(m_Values["DBLIST"]);
if i select m_ThisName in the function call x_ReadValue, and context select the declaration - i get transferred to the include file - but if i do the same thing in the initialization list, i get a "cannot open element" diagnostic in the status line.

