I am trying to create a new GUI project in visual studio community 2017 using the following video : https://www.youtube.com/watch?v=QCnyqMWPkQk
When I run the program for the first time I got the entry point error. I solved it by setting the sub system in the linker to Console (/SUBSYSTEM:CONSOLE).
However, after running the code again I got that error "LNK2019". Is the problem related to the entry point as well?
what should I do to solve this error ?