C++/CLI Reference assemblies #5819
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
quick fix
regression
A bug that didn't exist in a previous release
Milestone
I am currently unable to include the
System::Data
namespace to my project.I have added the switch to my
c_cpp_properties.json
file:I have also added the path to my referenced assemblies to my include path, as specified in #1987:
"C:/Program Files (x86)/Reference Assemblies/Microsoft/Framework/.NETFramework/v4.7.2"
However, I still get an error
name followed by '::' must be a class or namespace name
, if I do:The current work around for me is:
Currently, half my team is using VSCode and the other is using Visual Studio. Thus, if this project is opened in Visual Studio (by a team member) the extra
#using
might seem unnecessary/redundant and be removed.Is this intended behaviour?
The text was updated successfully, but these errors were encountered: