Cannot open include file with Visual Studio

后端 未结 8 1910
遥遥无期
遥遥无期 2020-12-30 22:26

I have recently gone from Code::Blocks to Visual Studio, and in Code::Blocks one could just add a class and then include it straight away. However, whenever I do the same in

8条回答
  •  借酒劲吻你
    2020-12-30 23:11

    If your problem is still there it's certainly because you are trying to compile a different version from your current settings.

    For example if you set your Additional Include Directories in Debug x64, be sure that you are compiling with the same configuration.

    Check this: Build > Configuration Manager... > There is problably something like this in your active solution configuration: Debug x86 (Win32) platform.

提交回复
热议问题