-
Notifications
You must be signed in to change notification settings - Fork 1.6k
C++/CX projects are not supported #3039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do you need support for the /AI command line for adding directories to search for files when using UPDATE: We'll just enable /AI on the compilerPath for now...we might support it via includePath later on. |
Hi @sean-mcmanus , Currently the Also, let me know if you want me to test out your implementation as I'm currently looking into enabling this scenario. Thanks, |
@sherryyshi Yeah, thanks for the info. We process the /ZW and /AI, but not the /ZW:nostdlib and /FU flags, i.e. we automatically use the platform.winmd and windows.winmd -- did you need those set in a special way that is different from their default locations. I can send you a .vsix with the change when I get it finalized/tested. |
We added support for |
C++/CX is available with 0.26.0. |
Type: LanguageService
Describe the bug
In cl.exe, C++/CX is enabled using the /ZW flag. There is at present no facility to enable this from IntelliSense perspective in the cpptools extension.
There are some approaches to this:
To Reproduce
Set up a C++/CX project
Expected behavior
C++/CX constructs are supported
The text was updated successfully, but these errors were encountered: