Share via

Visual Studio LNK1561 Error Point Must be defined

Logan Brooks 0 Reputation points
2023-10-26T15:43:51.01+00:00

Hi I am getting a linker error when im trying to make a GUI application in Windows. Ive done some research found that it was a linker issue so I changed my Subsystem to Windows(/SUBSYTEM:WINDOWS) and went to Advanced and changed my entry point to main but im still getting the same error.

Steps in visual studio. That ive done so far

  1. Go to project -> properties
  2. In configuration properties click on linker
  3. Go to System change the subSystem to Windows(/SUBSYTEM:WINDOWS) hit apply
  4. then under linker again click on Advanced then EntryPoint change to main

Those are all the steps that all the tutorials and staq overflow told me to do and its still not working.

If anyone can help I would greatly appreciate it

Thank you!

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Logan Brooks 0 Reputation points
    2023-10-26T15:56:42.8233333+00:00

    got it to work I Uninstalled it and reinstalled it

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.