Answered
Problem with syntax in VSCode
In Visual Studio Code in the jsx file on all lines where #include is used, it gives a problem and suggests using ‘;’ at the end of the line.
What is causing this to happen?

In Visual Studio Code in the jsx file on all lines where #include is used, it gives a problem and suggests using ‘;’ at the end of the line.
What is causing this to happen?

Writing `//@include` instead of `#include` will prevent the error.
//@include '../Test/test-1.jsx'
main() ;
function main() {
// do something
}Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.