I’ve declared this in my *.cpp file:
public static void Main()
However, I still get the error:
“CS5001: Program does not contain a static ‘Main’ method suitable for an entry point“
I’ve tried various stuff and looked almost everywhere online for a solution for this… but ALAS… nothing works, unfortunately…
New contributor
Pieter Claassens is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1