That’s fine, it does not matter which files you see in the project tree in Visual Studio. You can load any of the .cxx files add breakpoints in them, and execution will stop at the breakpoints.
oh…Thanks I understand you comment.
and I have another question…
Ex) in mymoudle.sln build -tree.
mymodulewidget.cxx
mymodule.cxx
What’s the difference between the two?
2. What should I do when I want to add ui that comes out of Slicker’s moudle’s ui by pressing the arrow below?
3. Is there a separate example of using Slicer’s MRML node in Visual Studio? (Sorry for asking this question because I couldn’t find the case for c++)
Is it necessary to modify and develop the logic in the module according to the case of c++?