Unexpected end of file error

前端 未结 7 1399
花落未央
花落未央 2020-12-05 09:26

I hope you can help me, cause I have no idea about what\'s going on. I\'m having the following error while trying to add Beecrypt library to my project:

7条回答
  •  借酒劲吻你
    2020-12-05 09:49

    If you do not use precompiled headers in your project, set the Create/Use Precompiled Header property of source files to Not Using Precompiled Headers. To set this compiler option, follow these steps:

    • In the Solution Explorer pane of the project, right-click the project name, and then click Properties.
    • In the left pane, click the C/C++ folder.
    • Click the Precompiled Headers node.
    • In the right pane, click Create/Use Precompiled Header, and then click Not Using Precompiled Headers.

提交回复
热议问题