I have two C ++ / CLI projects A and B in separate solutions. I use A for experimentation / testing and move the verified code to B after testing is complete. However, I find that when I add the Windows form class (title, cpp and resx) to project B, I can no longer use the visual form designer of the IDE. How to enable this?
visual-studio-2008 visual-studio winforms c ++ - cli
Agnel kurian
source share