I have 3 console projects using many standard libraries and STL. How to add source code files and header files to an empty windows forms project (CLR C ++) so that it would be possible by writing a parameter in TextBox and pressing a button, for example, calling the function cpp of the file with output to the console and is it even possible to do? (I already tried to run .exe in form, the teacher said that it is impossible)