B
Bob Altman
Hi all,
I declared a templatized function in a .hpp file in Project_A. If I insert
a reference to that function somewhere in Project_A, intellisense gives me
the function signature.
Now, in Project_B, I've included the path to Project_A's source files in the
project properties, and I've referenced the hpp file via a "#include"
statement. Project_B has no problem building, but intellisense doesn't know
anything about the function in the hpp file.
What am I missing? TIA!
I declared a templatized function in a .hpp file in Project_A. If I insert
a reference to that function somewhere in Project_A, intellisense gives me
the function signature.
Now, in Project_B, I've included the path to Project_A's source files in the
project properties, and I've referenced the hpp file via a "#include"
statement. Project_B has no problem building, but intellisense doesn't know
anything about the function in the hpp file.
What am I missing? TIA!