Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, January 5, 2017 11:57 AM
Decided to install VS 2017 RC to fix my problem where i can't create a Windows Form in C++ projects, in here there's not even a UI option!
https://gyazo.com/dc88070ef3787b2f2b3e69627fb2cff8
What the hell is going on?
All replies (3)
Thursday, January 5, 2017 1:29 PM
Is it a project that includes Common Language Runtime Support (/clr) option in Project Properties?
Friday, January 6, 2017 8:36 AM | 3 votes
Hi AshleyLevion,
The “UI option” you mentioned is not installed by default in VS 2017 RC.
You could see that I can find it in my side:
I could get it in my side because I’ve installed those under C++ template:
And I think what matters to “Windows Forms” is C++/CLI support, please make sure that you have it installed.
You could check this by running Visual Studio installer in start:
And then you could find the modify button:
Best regards,
Fletcher
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].
Wednesday, January 11, 2017 6:25 AM
Hi friend,
Have you solved the issue yet?
Feel free to let me know if you need any other help.
Best regards,
Fletcher
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].