dosent compile windows from in visual stdio 2013

Whenever i try to add a windows form In VS 2013 it shoe me below dialogue box

"You are adding a CLR component to a native project.Your project will be converted to have Common language runtime support.Do you wish to continue??"

I can create the form after this. But when i try to compile it it makes errors in visual stdio pre defined codes.
like bellow:

 
  using namespace System::ComponentModel;


ERROR:namespace System has no member "ComponentModel"
Topic archived. No new replies allowed.