Add a simple form window to generic application (visual studio)

Greetings,
i need to add a settings window to an SFML Project. The window itself would be quite independant.
I though to use a simple windows form (which i don't have experience with yet and wanted to try out) or really anything else, but the main problem here is all tutorials and examples i found online start by creating a new visual studio Project with a very specific type.
Isn't there a way (and a tutorial showing it) to just import some libraries and create my window and gui in a specific scope of a bigger Project?
Or i'd better just create a new executable only for the settings window?
Personally I would recommend to do your settings window in a separate program.
Mixing different technologies can cause lots of problems - IMO not worth the trouble
Topic archived. No new replies allowed.