Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. stdafx not found - Qt and Visual Studio

stdafx not found - Qt and Visual Studio

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 1 Posters 256 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rua3n
    wrote on 9 Jul 2023, 14:04 last edited by
    #1

    I would like to ask if someone experienced a similar issue when working with Qt on Visual Studio 22
    If I create any file on a different folder than the stdafx.h folder, when I compile, VS complains about

    "you forget to add "#include "stdafx.h"

    I wonder if it's a Visual Studio bug or its me missing something.

    Here a quickly example:

    ca5f9fe4-8950-4b2c-aa61-fb3cbf8a7f56-image.png

    R 1 Reply Last reply 9 Jul 2023, 14:14
    0
    • R Rua3n
      9 Jul 2023, 14:04

      I would like to ask if someone experienced a similar issue when working with Qt on Visual Studio 22
      If I create any file on a different folder than the stdafx.h folder, when I compile, VS complains about

      "you forget to add "#include "stdafx.h"

      I wonder if it's a Visual Studio bug or its me missing something.

      Here a quickly example:

      ca5f9fe4-8950-4b2c-aa61-fb3cbf8a7f56-image.png

      R Offline
      R Offline
      Rua3n
      wrote on 9 Jul 2023, 14:14 last edited by
      #2

      I have solved it by following an answer found here:
      https://stackoverflow.com/questions/12434123/how-to-include-the-stdafx-h-from-the-root-directory

      Adding $(ProjectDir) to properties, it now compiles correctly.

      1 Reply Last reply
      0
      • R Rua3n has marked this topic as solved on 9 Jul 2023, 14:14

      1/2

      9 Jul 2023, 14:04

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved